interface CliOptions { resolvedProjectId?: string; dir?: string; json?: boolean; } export declare function run(globalOpts?: CliOptions): Promise; export declare function cli(args: string[], globalOpts: CliOptions): Promise; export declare function help(): void; export {}; //# sourceMappingURL=doctor.d.ts.map