import type { model as amf } from 'amf-client-js'; import type { UpdateAvailableAnnotation } from '../intermediate/annotation-update-available'; import type { ShapeKeyFields } from './main'; export declare const UPDATE_AVAILABLE_ANNOTATION_NAME = "updateAvailable"; export declare function collectUpdateAvailableAnnotation(shape: amf.domain.Shape | amf.domain.WebApi, shapeKeys: ShapeKeyFields | undefined): UpdateAvailableAnnotation | undefined;