export type GenericMethodDecorator any = (this: any, ...args: any) => any> = (target: ThisParameterType, propertyKey: string, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor | void;