import { ArgsType, InputType, InterfaceType, ObjectType } from '../decorators';
export type ClassDecoratorFactory = typeof ArgsType | typeof ObjectType | typeof InterfaceType | typeof InputType;
//# sourceMappingURL=class-decorator-factory.interface.d.ts.map