/** * Returns the DatabaseSync constructor from node:sqlite. * Lazily loaded on first call. Throws with a clear message * if node:sqlite is not available. */ export declare function getDatabaseSync(): typeof import('node:sqlite').DatabaseSync; //# sourceMappingURL=sqlite-loader.d.ts.map