export type MatchFunc<T> = (expected: T, actual: T) => boolean;
//# sourceMappingURL=MatchFunc.d.ts.map