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