import { Kysely, Migrator } from 'kysely'; export declare function createMigrator(db: Kysely, migrationsPath: string): Migrator;