QueryConnectionChannelsRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryConnectionChannelsRequest;
    encode(message: QueryConnectionChannelsRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryConnectionChannelsRequestAmino): QueryConnectionChannelsRequest;
    fromAminoMsg(object: QueryConnectionChannelsRequestAminoMsg): QueryConnectionChannelsRequest;
    fromPartial(object: {
        connection?: string;
        pagination?: {
            countTotal?: boolean;
            key?: Uint8Array;
            limit?: bigint;
            offset?: bigint;
            reverse?: boolean;
        };
    }): QueryConnectionChannelsRequest;
    fromProtoMsg(message: QueryConnectionChannelsRequestProtoMsg): QueryConnectionChannelsRequest;
    toAmino(message: QueryConnectionChannelsRequest): QueryConnectionChannelsRequestAmino;
    toAminoMsg(message: QueryConnectionChannelsRequest): QueryConnectionChannelsRequestAminoMsg;
    toProto(message: QueryConnectionChannelsRequest): Uint8Array;
    toProtoMsg(message: QueryConnectionChannelsRequest): QueryConnectionChannelsRequestProtoMsg;
}