export declare function runDoctor(args: readonly string[]): Promise; export declare function collectEnvRefs(cfgRaw: string): { refs: Set; missing: string[]; }; //# sourceMappingURL=doctor.d.ts.map