export declare class JsonResolutionError extends Error { pointer: string; value: any; constructor(error: Error, pointer: string, value: any); }