/** * 检测文件名是否可用,可用返回 真 * @param name 文件名 */ export declare function testFilename(name: string): boolean; //# sourceMappingURL=testFilename.d.ts.map