import type { model as amf } from 'amf-client-js'; export declare const LUVIO_ANNOTATIONS_RESOURCE = "luvio://annotations.raml"; export declare const LUVIO_ANNOTATIONS_PATH: string; export declare const LUVIO_ANNOTATIONS_RAML_ID: string; export declare function getAnnotation(element: amf.domain.DomainElement, annotation: string): amf.domain.DomainExtension | undefined;