import type { CLIFlags } from '../args.js'; export declare function runDoctor(targetPath: string | null, flags: CLIFlags, rest?: string[]): Promise; export declare function isSnowflakeSupportedNodeVersion(version?: string): boolean; //# sourceMappingURL=doctor.d.ts.map