/** * Returns the filename portin of a path. * @param path */ export default function getFileName(path: string): string;