/** * Bundling shim for `node:crypto` inside flatsql's wasm loader (loop D.1). * Only reached on the Node-only WASM integrity-verification path (guarded by * hasNodeProcess(); sdn-js initializes the engine with skipIntegrityCheck). * In Node the real builtin is loaded at runtime; browsers never execute it. */ declare const nodeCrypto: any; export declare const createHash: unknown; export default nodeCrypto; //# sourceMappingURL=flatsql-node-crypto.d.ts.map