import type { ExtendedChain } from '@lifi/types';
import type { StatusManager } from './StatusManager';
import type { LiFiStepExtended, Process } from './types';
export declare function waitForDestinationChainTransaction(step: LiFiStepExtended, process: Process, fromChain: ExtendedChain, toChain: ExtendedChain, statusManager: StatusManager, pollingInterval?: number): Promise<LiFiStepExtended>;
//# sourceMappingURL=waitForDestinationChainTransaction.d.ts.map