declare const _exports: { configFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; contentFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; }; export = _exports;