export declare const EXEC_TIMEOUT: { timeout: number; }; export interface ToolInfo { path: string; env?: any; } export declare function computeEnv(oldValue: string | null | undefined, newValues: Array): string; export declare function computeToolEnv(libPath: Array): any; export declare function getLinuxToolsPath(): Promise;