RequestCheckTx: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): RequestCheckTx;
    encode(message: RequestCheckTx, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: RequestCheckTxAmino): RequestCheckTx;
    fromAminoMsg(object: RequestCheckTxAminoMsg): RequestCheckTx;
    fromPartial(object: {
        tx?: Uint8Array;
        type?: CheckTxType;
    }): RequestCheckTx;
    fromProtoMsg(message: RequestCheckTxProtoMsg): RequestCheckTx;
    toAmino(message: RequestCheckTx): RequestCheckTxAmino;
    toProto(message: RequestCheckTx): Uint8Array;
    toProtoMsg(message: RequestCheckTx): RequestCheckTxProtoMsg;
}