export declare const DYNAMIC_ENVIRONMENT_IDS: { readonly live: "ca10c7f8-2006-4d9c-b879-ebcf16709190"; readonly sandbox: "eaec6949-d524-40e7-81d2-80113243499a"; }; export type DynamicEnvironment = keyof typeof DYNAMIC_ENVIRONMENT_IDS; export declare const GLOBAL_WALLET_KEY_ID = "universalsigninevm"; export declare const REQUIRED_NETWORKS_CHAIN_IDS: { ETHEREUM_MAINNET: number; ETHEREUM_SEPOLIA: number; ZETACHAIN_MAINNET: number; ZETACHAIN_TESTNET: number; }; //# sourceMappingURL=constants.d.ts.map