import { type SwapContext, type SwapDataParamsAndPostConditions, type SwapExecutionData } from "../types"; export declare const executeGetParams: (swapExecutionData: SwapExecutionData, senderAddress: string, slippageTolerance: number, context: SwapContext) => Promise;