@mathjax/src
    Preparing search index...
    TextMacrosMethods: {
        HandleRef: ParseMethod;
        Hskip: ParseMethod;
        Lap: ParseMethod;
        Macro: ParseMethod;
        MmlToken: ParseMethod;
        Phantom: ParseMethod;
        rule: ParseMethod;
        Rule: ParseMethod;
        Smash: ParseMethod;
        Spacer: ParseMethod;
        UnderOver: ParseMethod;
        Accent(parser: TextParser, name: string, c: string): void;
        CheckAutoload(parser: TextParser, name: string): void;
        CloseBrace(parser: TextParser, _c: string): void;
        CloseQuote(parser: TextParser, c: string): void;
        Comment(parser: TextParser, _c: string): void;
        Emph(parser: TextParser, name: string): void;
        Insert(parser: TextParser, _name: string, c: string): void;
        Math(parser: TextParser, open: string): void;
        MathModeOnly(parser: TextParser, c: string): void;
        Misplaced(parser: TextParser, c: string): void;
        OpenBrace(parser: TextParser, _c: string): void;
        OpenQuote(parser: TextParser, c: string): void;
        SelfQuote(parser: TextParser, name: string): void;
        SetFont(parser: TextParser, _name: string, variant: string): void;
        SetSize(parser: TextParser, _name: string, size: number): void;
        Space(parser: TextParser, _c: string): void;
        TextFont(parser: TextParser, name: string, variant: string): void;
        Tilde(parser: TextParser, _c: string): void;
    } = ...

    The methods used to implement the text-mode macros

    Type declaration