import type { EthereumInitiateWithdrawFeeEstimation, EthereumCompleteWithdrawFeeEstimation } from "../../bridge/ethereum/index.js"; import type { SolanaWithdrawFeeEstimation } from "../../bridge/solana/types.js"; export type BridgeInitiateWithdrawFeeEstimation = EthereumInitiateWithdrawFeeEstimation | SolanaWithdrawFeeEstimation; export type BridgeCompleteWithdrawFeeEstimation = EthereumCompleteWithdrawFeeEstimation; //# sourceMappingURL=withdraw-fee-estimation.d.ts.map