import { AnnotationInfo } from "./annotationInfo";
import { LinkElement } from "./linkElement";
export declare class AnnotationsInfo extends LinkElement {
    'list': Array<AnnotationInfo>;
    static discriminator: any;
    static attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
    static getAttributeTypeMap(): {
        name: string;
        baseName: string;
        type: string;
    }[];
}
