declare const _exports: { contentFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; ruleEmbedFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; ruleCustomFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; ruleFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; configFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; extendEmbedFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; extendCustomFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; extendFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; pluginEmbedFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; pluginCustomFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; pluginFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; parserEmbedFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; parserCustomFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; parserFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; settingEmbedFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; settingCustomFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; settingFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; ignoreFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; ignoreEmbedFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; ignoreCustomFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; }; export = _exports;