import type { EthereumDepositFeeEstimation } from "../../bridge/ethereum/index.js"; import type { SolanaDepositFeeEstimation } from "../../bridge/solana/types.js"; export type BridgeDepositFeeEstimation = EthereumDepositFeeEstimation | SolanaDepositFeeEstimation; //# sourceMappingURL=deposit-fee-estimation.d.ts.map