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 implementationABIDictZkSync: 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 basePoolIdZapDictMoonbeam: IDict<{ address: string; ABI: any; }>; export declare const basePoolIdZapDictKava: IDict<{ address: string; ABI: any; }>; export declare const basePoolIdZapDictCelo: IDict<{ address: string; ABI: any; }>; export declare const basePoolIdZapDictZkSync: IDict<{ address: string; ABI: any; }>; export declare const basePoolIdZapDictBase: IDict<{ address: string; ABI: any; }>; export declare const basePoolIdZapDictBsc: IDict<{ address: string; ABI: any; }>; export declare const stableNgBasePoolZap: { ABI: any; address: string; }; export declare const FACTORY_CONSTANTS: { [index: number]: { implementationABIDict: IDict; basePoolIdZapDict: IDict<{ address: string; ABI: any; }>; stableNgBasePoolZap: { ABI: any; address: string; }; }; };