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