import type { SwapQuote, SwapQuoteParam } from "../public";
export declare function simulateSwap(params: SwapQuoteParam): SwapQuote;
