declare const constants: { FHEVM_HANDLE_VERSION: number; DEFAULT_DURATION_DAYS: number; PUBLIC_DECRYPT_EIP712: { domain: { version: string; name: string; }; types: { PublicDecryptVerification: { name: string; type: string; }[]; }; }; INPUT_VERIFICATION_EIP712: { domain: { version: string; name: string; }; types: { CiphertextVerification: { name: string; type: string; }[]; }; }; TEST_MNEMONIC: string; DEFAULT_KMS_SIGNERS_ACCOUNTS: { initialIndex: number; path: string; }; DEFAULT_COPROCESSOR_SIGNERS_ACCOUNTS: { initialIndex: number; path: string; }; DEFAULT_RELAYER_SIGNERS_ACCOUNTS: { initialIndex: number; path: string; }; SEPOLIA_ETHEREUM_TESTNET_CHAINID: number; ETHEREUM_MAINNET_CHAINID: number; FHEVM_HOST_CONTRACTS_PACKAGE_NAME: string; }; export default constants; //# sourceMappingURL=constants.d.ts.map