CustomMatcher: (
    this: MatcherContext,
    received: any,
    ...actual: any[],
) => CustomMatcherResult | Promise<CustomMatcherResult>