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