import { ComposableStablePool, Pool, Vault } from '../entities';
export declare type IPool = Pool | ComposableStablePool | Vault;
