export declare function augmentedPathEnv(base?: string): string; export declare function findExecutable(command: string): Promise; export declare function commandAvailable(command: string): Promise; export declare function findExecutableSync(command: string): string | undefined;