export declare function findCompatVersion(version: string): string; export declare const nodeVersion: string; export declare const cliName: any; export declare const cliVersion: any; export declare const compatVersion: string; export declare const repositoryUrl: any; export declare const isWindows: boolean; export declare const pathSeparator: string; export declare const cpuCount: number; export declare const standardHeaders: { 'user-agent': string; };