export declare type GenericClassDecorator<T> = (target: T) => void;
export declare type GenericMethodDecorator<T> = (target: T, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>) => TypedPropertyDescriptor<T> | void;
//# sourceMappingURL=types.d.ts.map