import { IReportInput } from "./types"; export declare const PAGE_TITLE = "Unmock Jest report"; export declare const createReport: (input: IReportInput) => string; export default createReport; //# sourceMappingURL=create-report.d.ts.map