import type { RuntimeEnv } from "../runtime.js"; import type { DoctorPrompter } from "./doctor-prompter.js"; export declare function maybeRepairUiProtocolFreshness(_runtime: RuntimeEnv, prompter: DoctorPrompter): Promise;