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