import { IDict, IPoolData, IPoolDataShort } from "../interfaces"; import { Curve } from "../curve.js"; export declare const BLACK_LIST: { [index: number]: any; }; export declare function getBasePools(this: Curve, factoryAddress: string, rawSwapAddresses: string[], tmpPools: IPoolDataShort[]): Promise<{ ids: string[]; addresses: string[]; }>; export declare function getFactoryPoolData(this: Curve, fromIdx?: number, swapAddress?: string, factoryAddress?: string): Promise>;