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