import { Kysely, Migration, Migrator as KyselyMigrator } from 'kysely'; export declare class Migrator extends KyselyMigrator { db: Kysely; constructor(db: Kysely, migrations: Record); migrateToOrThrow(migration: string): Promise; migrateToLatestOrThrow(): Promise; } //# sourceMappingURL=migrator.d.ts.map