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