import { Kysely } from 'kysely'; import type { LuzzleTables } from './tables/index.js'; declare function getDatabaseClient(pathToDb: string, debug?: boolean): Kysely; export { getDatabaseClient };