import { Route } from '@lifi/sdk'; import { TokenId, Network } from '@wormhole-foundation/sdk-connect'; import { PlatformContext } from '../types'; export declare function generateThrowawayAddress(): string; export declare function executeEvmSteps(route: Route, context: PlatformContext, quote: any, nativeChainId: bigint, toLifiTokenAddress: (tokenId: TokenId) => string): Promise; //# sourceMappingURL=evm.d.ts.map