export type MethodDecorator = ( target: T, method: string, descriptor: TypedPropertyDescriptor ) => TypedPropertyDescriptor;