import type { Annotation, AnnotationPage } from '@iiif/presentation-3';
import type { CozyCanvas } from '../types';
export declare const fetchAnnotations: (arg: CozyCanvas | AnnotationPage) => Promise<Annotation[]>;
