import { IReporterOptions } from "./options";
import { IReportInput } from "./types";
export declare const writeToDirectory: (contents: string, options: IReporterOptions) => string;
declare const writeReport: (input: IReportInput, opts: IReporterOptions) => string;
export default writeReport;
//# sourceMappingURL=write-report.d.ts.map