Variable MatcherLookupConst

MatcherLookup: {
    callback: typeof CallbackMatcher;
    cookie: typeof CookieMatcher;
    exact-query-string: typeof ExactQueryMatcher;
    form-data: typeof FormDataMatcher;
    header: typeof HeaderMatcher;
    host: typeof HostMatcher;
    hostname: typeof HostnameMatcher;
    json-body: typeof JsonBodyMatcher;
    json-body-matching: typeof JsonBodyFlexibleMatcher;
    method: typeof MethodMatcher;
    multipart-form-data: typeof MultipartFormDataMatcher;
    port: typeof PortMatcher;
    protocol: typeof ProtocolMatcher;
    query: typeof QueryMatcher;
    raw-body: typeof RawBodyMatcher;
    raw-body-includes: typeof RawBodyIncludesMatcher;
    raw-body-regexp: typeof RegexBodyMatcher;
    regex-path: typeof RegexPathMatcher;
    regex-url: typeof RegexUrlMatcher;
    simple-path: typeof SimplePathMatcher;
    wildcard: typeof WildcardMatcher;
} = ...