import { PoolState } from '../types'; export declare function queryTwap(state: PoolState, twapSecondsAgo: bigint, blockTimestamp: bigint): bigint;