export declare class AttributeIsNotARelationError extends Error { constructor(entity: string, attribute: string); }