import { Currency, Price } from '@pancakeswap/swap-sdk-core'; import { BinPoolState } from './createBinPool'; export declare function getBinPoolTokenPrice(pool: Pick, base: Currency): Price; //# sourceMappingURL=getBinPoolTokenPrice.d.ts.map