export declare const ENCRYPTION_PRIMITIVES_CONFIG: { readonly keySize: 256; readonly nonceSize: 12; readonly dekAlgorithm: "AES-GCM"; }; export declare const ALLOWLISTED_SEAL_KEY_SERVERS: { mainnet: never[]; testnet: string[]; };