/**
 * 提取文件名称
 * @param {*} filePath
 */
declare function getFileName(filePath: string): string;
export default getFileName;
