import type { Chain } from "viem/chains"; /** @dev deterministic-deployment-proxy contract address */ export declare const DEPLOYER_CONTRACT_ADDRESS = "0x4e59b44847b379578588920ca78fbf26c0b4956c"; export type ZerodevChain = { onlySelfFunded: boolean; rollupProvider: string | null; deprecated: boolean; explorerAPI: string | null; } & Chain; export declare const getSupportedChains: () => Promise; //# sourceMappingURL=constant.d.ts.map