QueryChannelClientStateRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryChannelClientStateRequest;
    encode(message: QueryChannelClientStateRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryChannelClientStateRequestAmino): QueryChannelClientStateRequest;
    fromAminoMsg(object: QueryChannelClientStateRequestAminoMsg): QueryChannelClientStateRequest;
    fromPartial(object: {
        channelId?: string;
        portId?: string;
    }): QueryChannelClientStateRequest;
    fromProtoMsg(message: QueryChannelClientStateRequestProtoMsg): QueryChannelClientStateRequest;
    toAmino(message: QueryChannelClientStateRequest): QueryChannelClientStateRequestAmino;
    toAminoMsg(message: QueryChannelClientStateRequest): QueryChannelClientStateRequestAminoMsg;
    toProto(message: QueryChannelClientStateRequest): Uint8Array;
    toProtoMsg(message: QueryChannelClientStateRequest): QueryChannelClientStateRequestProtoMsg;
}