/** * Return the directory path of a `path`. * @param path - path to extract the directory from. */ export declare function posixDirname(path: string): string; /** * Return the directory path of a `path`. * @param path - path to extract the directory from. */ export declare function windowsDirname(path: string): string;