export declare class JsonError extends Error { message: string; innerError?: Error; constructor(message: string, innerError?: Error); }