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