import { PoolData } from "./types";
export declare const calcSwapInput: (toDoj: boolean, pool: PoolData, outputAmount: number) => number;
