import type { DatabaseSync } from "node:sqlite"; /** * Resolves the absolute database file path for the main SQLite schema. * Expects: db is an open sqlite connection. */ export declare function databasePathResolve(db: Pick): string | null; //# sourceMappingURL=databasePathResolve.d.ts.map