import { Address } from '../../types'; import { PancakeSwapInfinityData } from './types'; export declare function swapExactInputSingleCalldata(srcToken: Address, destToken: Address, data: PancakeSwapInfinityData, amountIn: bigint, amountOutMinimum: bigint, recipient: Address, weth: Address): string; export declare function swapExactOutputSingleCalldata(srcToken: Address, destToken: Address, data: PancakeSwapInfinityData, _amountInMaximum: bigint, amountOut: bigint, recipient: Address, weth: Address): string;