/** * Node.js cryptographic backend. * * Uses native Node.js crypto module and argon2 native binding. */ import type { CryptoBackend } from './types.js'; export declare const nodeCrypto: CryptoBackend; export default nodeCrypto; //# sourceMappingURL=node.d.ts.map