export declare const AnnotationIdTypeEnum: {
    readonly Tag: "tag";
    readonly Shape: "shape";
    readonly Track: "track";
};
export type AnnotationIdTypeEnum = typeof AnnotationIdTypeEnum[keyof typeof AnnotationIdTypeEnum];
