export declare const reporterUtil: { copyFile(fromFilename: string, toFilename: string): Promise; writeFile(fileName: string, content: string): Promise; }; //# sourceMappingURL=reporter-util.d.ts.map