/**
 * Returns the directory name of a path, similar to the Unix dirname command.
 * @param {string} path
 * @return {string}
 */
export function computePathDirectory(path: string): string;
//# sourceMappingURL=computePathDirectory.d.ts.map