import { Currency } from '@pancakeswap/swap-sdk-core'; import { PoolState } from './getPool'; export declare const getPriceOfCurrency: (pool: Pick, currency: Currency) => import("@pancakeswap/swap-sdk-core").Price; export declare const getPriceOfCurrency0: (pool: Pick) => import("@pancakeswap/swap-sdk-core").Price; export declare const getPriceOfCurrency1: (pool: Pick) => import("@pancakeswap/swap-sdk-core").Price; //# sourceMappingURL=getPriceOfCurrency.d.ts.map