import type { ServiceHost } from "../service-host.js"; import type { CommandResult } from "./command-application.js"; export interface ManagerDoctorCommandOptions { dataDir?: string; system?: boolean; strict?: boolean; fix?: boolean; json?: boolean; } export declare function managerDoctorCommand(options: ManagerDoctorCommandOptions, host?: ServiceHost): Promise; //# sourceMappingURL=manager-doctor-command.d.ts.map