export declare function isExecutable(path: string): boolean; export declare function locateExecutable(cmd: string | undefined, env?: NodeJS.ProcessEnv): string | null; //# sourceMappingURL=executable.d.ts.map