import { BunniComputeSwapInput, DexParams } from '../types'; export declare function computeSwap(input: BunniComputeSwapInput, dexParams: DexParams): { updatedSqrtPriceX96: bigint; updatedTick: bigint; inputAmount: bigint; outputAmount: bigint; };