import type { Pool } from '../Pool'; import type { StableSwap } from '../StablePool'; export declare function convertStableSwapOrPairToPool(pairs: Pool[], swaps: StableSwap[]): Pool[]; //# sourceMappingURL=convertStableSwapOrPairToPool.d.ts.map