export declare function binaryInPath(name: string): string | null; export declare function dirExists(path: string): boolean; export declare function fileExists(path: string): boolean; export declare function getHome(): string; export declare function getCwd(): string; //# sourceMappingURL=detect-helpers.d.ts.map