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