import { GetSwapMessageParams } from '../types'; export declare function getSwapMessage({ address, from, lifecycleStatus, to, }: GetSwapMessageParams): string | undefined; //# sourceMappingURL=getSwapMessage.d.ts.map