export function createFileFromString(fileName: any, stringValue: any): void;
export function saveBase64AsImage(pngBase64String: any, pathToFile: any): void;
export function fileExists(pathToFile: any): boolean;
export function deleteFile(pathToFile: any): boolean;
export function readFile(pathToFile: any, encoding: any): any;
//# sourceMappingURL=lib.d.ts.map