import type { SerializedWrappedToken } from '@wicchain/token-lists'; export interface BasePool { lpSymbol: string; lpAddress: string; token: SerializedWrappedToken; quoteToken: SerializedWrappedToken; } export interface StableSwapPool extends BasePool { stableSwapAddress: string; infoStableSwapAddress: string; } //# sourceMappingURL=pool.d.ts.map