/** * Preload the packaged FlatSQL WASI module for runtimes that need direct WASM access. */ export declare function preloadFlatSQLWASI(): Promise; /** * Return the packaged FlatSQL WASI URL for diagnostics/bootstrapping. */ export declare function getFlatSQLWASIPath(): string; //# sourceMappingURL=flatsql.d.ts.map