import { AnnotationLayers } from '../common/types';
export declare const clearLayers: (layers: AnnotationLayers) => void;
