export declare class JsonUtils { static parseJson(body: string | undefined): object | undefined; }