declare const _exports: { configFileContent: string; configFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; simpleTestFileContent: string; simpleTestFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; }; export = _exports;