/**
 * @publicApi
 */
export declare class InvalidJSONFormatException extends Error {
    constructor(err: Error, data: string);
}
