import 'reflect-metadata'; export declare function ResponseType(type: string): (target: Object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void; export declare function ResponseEncoding(encoding: string): (target: Object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void;