/** * Returns the filename portion of a path without the file extension. * @param path */ export default function getFileNameWithoutExtension(path: string): string;