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