export declare class AttributeNotInEntityError extends Error { constructor(entity: string, name: string | number); }