import { ChainId } from '@wicchain/chains'; export declare const COST_PER_UNINIT_TICK = 0n; export declare const BASE_SWAP_COST_V3: (id: ChainId) => bigint; export declare const COST_PER_INIT_TICK: (id: ChainId) => bigint; export declare const COST_PER_HOP_V3: (id: ChainId) => bigint; //# sourceMappingURL=v3.d.ts.map