export declare enum CONTRACT_LIST { OPCODES = "OpCodes", STORAGE = "Storage", CONTRACT_TWO = "Contract2(Does not exist)" } export declare enum EVM_NETWORKS { EVM = "evm", ZKSYNC = "zksync" } export declare const storageLoader: () => import("ethers").ContractFactory; export declare const opcodesLoader: () => import("ethers").ContractFactory; export declare const storageLoaderZkSync: () => import("zksync-ethers").ContractFactory; export declare const opcodesLoaderZkSync: () => import("zksync-ethers").ContractFactory; //# sourceMappingURL=contracts.d.ts.map