/** * Return the directory portion of a path * @param path */ export default function getDirectory(path: string): string;