/**
 * Strips all directories from the path.
 * @example 'a/b/c' -> 'c'
 * @param {string} path
 * @returns {string}
 */
export function computePathBase(path: string): string;
//# sourceMappingURL=computePathBase.d.ts.map