import type { CheckResult, DoctorContext } from '../types.js'; export declare function checkMigrations(ctx: DoctorContext): Promise;