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