import type { model as amf } from 'amf-client-js'; export declare const INTEGRITY_ANNOTATION_NAME = "integrity"; export declare function collectIntegrityAnnotation(shape: amf.domain.Shape): string[] | undefined;