export declare const METHOD_API_OPERATION_METADATA = "__swagger__:method:api-operation";
export declare const METHOD_API_RESPONSE_METADATA = "__swagger__:method:api-response";
export declare const METHOD_API_RESPONSES_METADATA = "__swagger__:method:api-responses";
export declare const METHOD_API_SECURITY_METADATA = "__swagger__:method:template";
export declare const PROPERTY_API_PARAMETER_METADATA = "__swagger__:property:api-parameter";
