export declare enum CONTRACT_LIST { MCM = "ManyChainMultiSig", TIMELOCK = "RBACTimelock", CALL_PROXY = "CallProxy" } export declare enum EVM_NETWORKS { EVM = "evm" } export declare const MCMLoader: () => import("ethers").ContractFactory; export declare const RBACTimelockLoader: () => import("ethers").ContractFactory; export declare const CallProxyLoader: () => import("ethers").ContractFactory; export declare const artifactPath: (network: EVM_NETWORKS, contractName: CONTRACT_LIST, build?: boolean) => string; //# sourceMappingURL=contracts.d.ts.map