export declare class ConvertError extends Error { readonly jsonPointer?: string; constructor(message: string, jsonPointer?: string); }