/**
 * @description 获取文件路径后缀
 */
export declare function getUrlExt(url: string): string;
