export declare class RequiredJsonPropertyError extends Error { constructor(object: any, propertyName: string); }