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