import type { EggAbstractClazz, ImplDecorator, ImplTypeEnum, QualifierAttribute } from '@eggjs/tegg-types';
export declare class QualifierImplDecoratorUtil {
    static generatorDecorator<T extends object, Enum extends ImplTypeEnum>(abstractClazz: EggAbstractClazz<T>, attribute: QualifierAttribute): ImplDecorator<T, Enum>;
}
