export declare function isPlatformSupported(): boolean;
export declare function addToPathAsync(): Promise<void>;
export declare function unblockAndGetVersionAsync(projectRoot?: string): Promise<string | null>;