QueryChannelConsensusStateResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryChannelConsensusStateResponse;
    encode(message: QueryChannelConsensusStateResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryChannelConsensusStateResponseAmino): QueryChannelConsensusStateResponse;
    fromAminoMsg(object: QueryChannelConsensusStateResponseAminoMsg): QueryChannelConsensusStateResponse;
    fromPartial(object: {
        clientId?: string;
        consensusState?: {
            $typeUrl?: string;
            typeUrl?: string;
            value?: Uint8Array;
        };
        proof?: Uint8Array;
        proofHeight?: {
            revisionHeight?: bigint;
            revisionNumber?: bigint;
        };
    }): QueryChannelConsensusStateResponse;
    fromProtoMsg(message: QueryChannelConsensusStateResponseProtoMsg): QueryChannelConsensusStateResponse;
    toAmino(message: QueryChannelConsensusStateResponse): QueryChannelConsensusStateResponseAmino;
    toAminoMsg(message: QueryChannelConsensusStateResponse): QueryChannelConsensusStateResponseAminoMsg;
    toProto(message: QueryChannelConsensusStateResponse): Uint8Array;
    toProtoMsg(message: QueryChannelConsensusStateResponse): QueryChannelConsensusStateResponseProtoMsg;
}