export declare class EntityTypeMissingError extends Error { name: string; constructor(object: Object, propertyName: string, index?: number); }