declare function Consumes(type: string, limit?: string): (target: any, key?: string, descriptor?: TypedPropertyDescriptor) => any; export default Consumes;