import { PriceReferenceType } from './types';
export declare const PoolPriceReferenceType: PriceReferenceType;
export declare const TwapPriceReferenceType: PriceReferenceType;
