/// import { MatcherHintOptions } from "jest-matcher-utils"; export declare class Hint { text: string; options: MatcherHintOptions; constructor(matcherName: string, context: jest.MatcherContext); }