export declare const OSX_SOURCE_PATH: string; export declare function getBinariesPath(): string; export declare function addToPathAsync(name: string): Promise; export declare function writePathToUserSettingsAsync(): Promise; export declare function isXcodeInstalled(): boolean;