import type { AnnotationLookupTable } from 'types'; export declare function checkAvailableAnnotations(annotationsLookupTable: AnnotationLookupTable): { hasXAxisAnnotations: boolean; hasYAxisAnnotations: boolean; }; //# sourceMappingURL=checkAvailableAnnotations.d.ts.map