import { type MigrationResultSet } from 'kysely'; import type { LuzzleDatabase } from './tables/index.js'; export default function (db: LuzzleDatabase): Promise;