import { IDict, IFactoryPoolType, IPoolData, IPoolDataFromApi } from "../interfaces"; import { type Curve } from "../curve"; export declare const lowerCasePoolDataAddresses: (poolsData: IPoolDataFromApi[]) => IPoolDataFromApi[]; export declare function getFactoryPoolsDataFromApi(this: Curve, factoryType: IFactoryPoolType): Promise>;