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