import { IBCTransferTx, PeggyDepositTx, PeggyWithdrawalTx, GrpcIBCTransferTx, GrpcPeggyDepositTx, GrpcPeggyWithdrawalTx } from '../types'; export declare class BridgeTransactionTransformer { static grpcIBCTransferTxToIBCTransferTx(grpcIBCTransferTx: GrpcIBCTransferTx): IBCTransferTx; static grpcPeggyDepositTx(grpcPeggyDepositTx: GrpcPeggyDepositTx): PeggyDepositTx; static grpcPeggyWithdrawalTx(grpcPeggyWithdrawalTx: GrpcPeggyWithdrawalTx): PeggyWithdrawalTx; } //# sourceMappingURL=BridgeTransactionTransformer.d.ts.map