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