export declare class AttributeInfo { name: string; type: string; description: string; constructor(name: string, type: string, description: string); }