import { type RequestMethodType } from '../models/RequestMethodType.js'; export declare function requestMethod(requestMethodType: RequestMethodType, path?: string): MethodDecorator; //# sourceMappingURL=requestMethod.d.ts.map