import { PoolKey } from '../../../types'; export declare const encodeCLPositionManagerInitializePoolCalldata: (poolKey: PoolKey<"CL">, sqrtPriceX96: bigint) => `0x${string}`; //# sourceMappingURL=initializePool.d.ts.map