/** * Return an executable path of cmd. Returns `null` if the cmd is not found. */ export declare function resolveExecutablePath(cmd: string): Promise; //# sourceMappingURL=utils.d.ts.map