import { Kysely } from 'kysely';
export declare function createKyselyPGlite(dataDir?: string): Promise<{
    db: Kysely<any>;
    dialect: import("kysely").Dialect;
}>;
