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