/** * Returns all but the last element of path, or "." if that would be the empty path. */ export declare function dirname(path: string): string; /** * Returns the last element of path, or "." if path is empty. */ export declare function basename(path: string): string; //# sourceMappingURL=path.d.ts.map