export declare class IncompleteJsonParser { private scope?; private finish; static parse(chunk: string): any; reset(): void; write(chunk: string): void; getObjects(): any; }