import { Currency, CurrencyAmount } from '@wicchain/sdk'; import { Provider, StableSwapPair } from '../types'; interface Options { provider: Provider; } export declare function getStableSwapOutputAmount(pair: StableSwapPair, inputAmount: CurrencyAmount, { provider }: Options): Promise>; export {}; //# sourceMappingURL=getStableSwapOutputAmount.d.ts.map