/** 获取文件扩展名 file.png -> png */ export declare function getFileExt(filename: string): string; //# sourceMappingURL=getFileExt.d.ts.map