import { ICurve, IPoolDataShort } from "../interfaces"; export declare function setFactoryZapContracts(this: ICurve, isCrypto: boolean): void; export declare function getPoolIdByAddress(poolList: IPoolDataShort[], address: string): string;