/** * Dynamic loader for Dilithium (ML-DSA) cryptography * * NOTE: pqc-dilithium uses WASM which is not compatible with Angular's Zone.js * Until a pure JavaScript implementation is available, this algorithm is disabled. * * Alternatives being evaluated: * - @noble/post-quantum (when released) * - ml-dsa-js (if available) */ export declare function loadDilithium(): Promise; //# sourceMappingURL=dilithium-loader.d.ts.map