import { Execution } from '@lifi/types'; import { ExecuteCrossParams } from '../../types'; export declare class BridgeExecutionManager { shouldContinue: boolean; setShouldContinue: (val: boolean) => void; execute: ({ signer, step, statusManager, settings, }: ExecuteCrossParams) => Promise; }