import type { Kysely } from "kysely"; import type { SchemaSnapshot } from "../types.js"; export declare function introspectSqlite(db: Kysely>): Promise; //# sourceMappingURL=sqlite.d.ts.map