import type { PoolKey } from '@uniswap/v4-sdk'; import { type ChainConfig } from '../chains'; export declare const getV4Quote: (chainConfig: ChainConfig, poolKey: PoolKey, exactAmount: bigint, zeroForOne: boolean, hookData: `0x${string}`) => Promise; //# sourceMappingURL=getV4Quote.d.ts.map