import type { model as amf } from 'amf-client-js'; export declare const COERCE_FUNCTION_ANNOTATION_NAME = "coerceFunction"; export declare function collectCoerceFunctionAnnotation(shape: amf.domain.Shape, document: amf.document.Document): string | undefined;