import type { model as amf } from 'amf-client-js'; import type { StringMap } from '../intermediate/utils'; export declare function collectKeyAnnotation(operation: amf.domain.Operation): StringMap | undefined;