import type { model as amf } from 'amf-client-js'; import type { Resource } from '../intermediate/resource'; export declare const METHOD_ANNOTATION_NAME = "method"; export declare function collectMethodAnnotation(operation: amf.domain.Operation): Resource['alternativeMethod'];