export declare function which(toolName: string, toolVersion: string, osArch?: string): Promise; export declare function whichAllVersions(toolName: string, osArch?: string): Promise;