/** * Represents any matcher, or any json data * @public */ export type AnyMatcherOrData = any; /** * Represents any matcher that resolves to a string, or any string * @public */ export type AnyStringMatcher = any; //# sourceMappingURL=types.d.ts.map