import { BigintIsh, CurrencyAmount, Currency, Percent } from '@pancakeswap/swap-sdk-core'; export interface GetLPOutputParams { amplifier: BigintIsh; balances: CurrencyAmount[]; amounts: CurrencyAmount[]; totalSupply: CurrencyAmount; fee: Percent; } export declare function getLPOutput({ amplifier, balances, totalSupply, amounts, fee, }: GetLPOutputParams): CurrencyAmount; //# sourceMappingURL=getLPOutput.d.ts.map