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