import { Modules } from 'klayr-framework';
import { DexInteroperableMethod } from '../../cc_method';
export declare function executeSwapByCrossTransfer(this: DexInteroperableMethod, ctx: Modules.Interoperability.CrossChainMessageContext): Promise<void>;
