import { IParserResponse } from "./IParserResponse";
export declare class JSONParser implements IParserResponse {
    parseResponse(data: any): any;
}
