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