export declare class JSONParser { constructor(); parse(content: string, filePath: string): Promise; }