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