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