/** * Create Dir Not Exist * @param filePath */ export declare function createDirNotExist(filePath: string): void; //# sourceMappingURL=createDir.d.ts.map