export declare class JSONParser { private readonly whitespaces; private ignoreWhiteSpace; private token; private openObjectCount; private openArrayCount; private count; private firstChar; private isString; private isKeyCollector; private prevChar; private itemKey; private isObjectMap; processJsonItems(ch: string, processCallback: (obj: string, key: string | number) => void): void; } //# sourceMappingURL=json-parser.d.ts.map