import type { DoctorCheck } from "./doctor-endpoint.js"; /** 验证服务元数据与日志所在路径确实是当前进程可遍历、读写的目录。 */ export declare function inspectDoctorServiceStateDirectory(stateDirectory: string, fix?: boolean): DoctorCheck; //# sourceMappingURL=doctor-service-state.d.ts.map