import { TonClient, TonClient4 } from '@ton/ton'; export declare function getSwapEstimate(amountIn: bigint, poolAddress: string, zeroToOne: boolean, client: TonClient | TonClient4): Promise;