import type { Network } from "@wormhole-foundation/sdk-base"; import type { Signer } from "@wormhole-foundation/sdk-definitions"; import type { Receipt } from "./types.js"; import type { Route } from "./route.js"; /** * track the transfer until the destination is initiated * * @param route The route that can be used to track the receipt * @param receipt The receipt to track * @param destinationSigner The signer for the destination chain if */ export declare function checkAndCompleteTransfer(route: Route, receipt: Receipt, destinationSigner?: Signer, timeout?: number, log?: typeof console.log): Promise | import("../types.js").SourceInitiatedTransferReceipt<"Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Near" | "Stacks" | "Xrpl" | "Arbitrum" | "Avalanche" | "Base" | "Bsc" | "Celo" | "Ethereum" | "Fantom" | "Klaytn" | "Moonbeam" | "Optimism" | "Polygon" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia" | "Mantle" | "Scroll" | "Xlayer" | "Linea" | "Berachain" | "Seievm" | "Unichain" | "Worldchain" | "Ink" | "HyperEVM" | "Monad" | "Mezo" | "Sonic" | "Converge" | "Plume" | "XRPLEVM" | "Plasma" | "CreditCoin" | "HyperCore" | "Moca" | "MegaETH" | "MonadTestnet" | "ZeroGravity" | "Tempo" | "Nexus" | "Pythnet" | "Fogo" | "Cosmoshub" | "Evmos" | "Injective" | "Kujira" | "Osmosis" | "Sei" | "Wormchain" | "Dymension" | "Neutron" | "Stargaze" | "Celestia" | "Seda" | "Provenance" | "Noble", "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Near" | "Stacks" | "Xrpl" | "Arbitrum" | "Avalanche" | "Base" | "Bsc" | "Celo" | "Ethereum" | "Fantom" | "Klaytn" | "Moonbeam" | "Optimism" | "Polygon" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia" | "Mantle" | "Scroll" | "Xlayer" | "Linea" | "Berachain" | "Seievm" | "Unichain" | "Worldchain" | "Ink" | "HyperEVM" | "Monad" | "Mezo" | "Sonic" | "Converge" | "Plume" | "XRPLEVM" | "Plasma" | "CreditCoin" | "HyperCore" | "Moca" | "MegaETH" | "MonadTestnet" | "ZeroGravity" | "Tempo" | "Nexus" | "Pythnet" | "Fogo" | "Cosmoshub" | "Evmos" | "Injective" | "Kujira" | "Osmosis" | "Sei" | "Wormchain" | "Dymension" | "Neutron" | "Stargaze" | "Celestia" | "Seda" | "Provenance" | "Noble"> | import("../types.js").FailedTransferReceipt | import("../types.js").SourceFinalizedTransferReceipt | import("../types.js").InReviewTransferReceipt | import("../types.js").AttestedTransferReceipt | import("../types.js").RefundedTransferReceipt | import("../types.js").RedeemedTransferReceipt | import("../types.js").DestinationQueuedTransferReceipt | import("../types.js").CompletedTransferReceipt>; //# sourceMappingURL=common.d.ts.map