import type { RESTClientBase } from '../misc/classes/restClientBase';
import { RestMethodMiddlewares } from '../interfaces';
/**
 * Allows method to return full HttpResponse with requested response type body
 */
export declare function FullHttpResponse(): <TDecorated>(_target: RESTClientBase, _propertyKey: string, descriptor: RestMethodMiddlewares | TDecorated) => TDecorated;
//# sourceMappingURL=fullHttpResponse.decorator.d.ts.map