/** * Bundling shim for the bare `module` specifier inside flatsql's emscripten * glue (loop D.1: the engine is bundled into the package entries). The glue * only touches `createRequire` on its ENVIRONMENT_IS_NODE path, so in Node * the real builtin is loaded at runtime (the computed specifier keeps * esbuild from trying to resolve it at build time); in browsers the export * is never used. */ declare const nodeModule: any; export declare const createRequire: any; export default nodeModule; //# sourceMappingURL=flatsql-node-module.d.ts.map