type alias Matcherimport { type Matcher } from "https://deno.land/x/unitest@v1.0.0-beta.82/matcher/mod.ts"; definition: (actual: any, ...expected: any[]) => MatchResult