import { IDict } from "../../interfaces"; export declare const implementationABIDictEthereum: IDict; export declare const implementationABIDictPolygon: IDict; export declare const implementationABIDictFantom: IDict; export declare const implementationABIDictAvalanche: IDict; export declare const implementationABIDictArbitrum: IDict; export declare const implementationABIDictOptimism: IDict; export declare const implementationABIDictXDai: IDict; export declare const implementationABIDictMoonbeam: IDict; export declare const implementationABIDictKava: IDict; export declare const implementationABIDictCelo: IDict; export declare const implementationABIDictBase: IDict; export declare const implementationABIDictBsc: IDict; export declare const basePoolIdZapDictEthereum: IDict<{ address: string; ABI: any; }>; export declare const basePoolIdZapDictPolygon: IDict<{ address: string; ABI: any; }>; export declare const basePoolIdZapDictFantom: IDict<{ address: string; ABI: any; }>; export declare const basePoolIdZapDictAvalanche: IDict<{ address: string; ABI: any; }>; export declare const basePoolIdZapDictArbitrum: IDict<{ address: string; ABI: any; }>; export declare const basePoolIdZapDictOptimism: IDict<{ address: string; ABI: any; }>; export declare const basePoolIdZapDictXDai: IDict<{ address: string; ABI: any; }>; export declare const stableNgBasePoolZap: string; export declare const STABLE_FACTORY_CONSTANTS: { [index: number]: { implementationABIDict?: IDict; basePoolIdZapDict?: IDict<{ address: string; ABI: any; }>; stableNgBasePoolZap?: string; }; };