/** * Lexador JSON importado do pacote https://github.com/joeattardi/json-colorizer, * com algumas modificações. */ export declare class LexadorJson { tokenTypes: { regex: RegExp; tokenType: string; }[]; getTokens(json: any, options?: any): any[]; /** * @author Willian Magalhães Gonçalves * @description Are all tokens analyzed? * @param {*} input - Input * @param {*} foundToken - Found token * @returns {boolean} checkResult - Check result * @private */ private _allTokensAnalyzed; } //# sourceMappingURL=lexador-json.d.ts.map