/// import { ISnapshot } from "unmock"; export declare type Redactor = (snapshot: ISnapshot) => ISnapshot; export interface IJestData { aggregatedResult: jest.AggregatedResult; } export interface IReportInput { jestData: IJestData; snapshots: ISnapshot[]; } export interface ITestSuite { shortFilePath: string; testFilePath: string; suiteResults: jest.TestResult; snapshots: ISnapshot[]; } //# sourceMappingURL=types.d.ts.map