import type { Address } from "viem"; export interface CCMConstructorParams { signers: Address[]; threshold: number; dao: Address; } export declare const MAINNET_CCM_CONSTRUCTOR_PARAMS: CCMConstructorParams; export declare const MAINNET_DEPLOYMENT_CCM_SALT = "0x5e732654dc26892d02b6ae236f4a14577a726514abee949c570d011bcbcbcaac"; export declare const MAINNET_DEPLOYMENT_IM_SALT = "0x528da0da2d7789d36e2cbb0bd2bebf3f7d136e9c6c4e036fd56f7fd71ec5eb87"; export declare const MAINNET_DEPLOYMENT_BLOCK = 22358827;