import 'reflect-metadata'; export declare function Response(): (target: Object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void; export declare function ResponseHeader(): (target: Object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void; export declare function ResponseBody(): (target: Object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void;