export declare function commonExecutableDirs(env?: NodeJS.ProcessEnv): string[]; export declare function normalizeExecutionPath(env?: NodeJS.ProcessEnv): string; export declare function executableExists(command: string, env?: NodeJS.ProcessEnv): boolean; export declare function commandNotFoundMessage(command: string, env?: NodeJS.ProcessEnv): string;