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