/** * Delete File * @param filePath */ export declare function deleteFile(filePath: string): void; //# sourceMappingURL=deleteFile.d.ts.map