declare function PUT(target: any): any; declare function PUT(target: any, method: string, descriptor: TypedPropertyDescriptor): any; export default PUT;