GetTxRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): GetTxRequest;
    encode(message: GetTxRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: GetTxRequestAmino): GetTxRequest;
    fromAminoMsg(object: GetTxRequestAminoMsg): GetTxRequest;
    fromPartial(object: {
        hash?: string;
    }): GetTxRequest;
    fromProtoMsg(message: GetTxRequestProtoMsg): GetTxRequest;
    toAmino(message: GetTxRequest): GetTxRequestAmino;
    toAminoMsg(message: GetTxRequest): GetTxRequestAminoMsg;
    toProto(message: GetTxRequest): Uint8Array;
    toProtoMsg(message: GetTxRequest): GetTxRequestProtoMsg;
}