import type { KlawConfig } from "../config/types.klaw.js"; import type { RuntimeEnv } from "../runtime.js"; import type { DoctorPrompter } from "./doctor-prompter.js"; export declare function maybeRepairSandboxImages(cfg: KlawConfig, runtime: RuntimeEnv, prompter: DoctorPrompter): Promise; export declare function maybeRepairSandboxRegistryFiles(prompter: DoctorPrompter): Promise; export declare function noteSandboxScopeWarnings(cfg: KlawConfig): void;