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