import { AnnotationGroup } from "@iiif/manifold";
export declare class AnnotationResults {
    terms?: string;
    annotations: AnnotationGroup[];
}
