import { Type } from '@nestjs/common'; export declare function decorateClass(type: Type, classDecorators: ClassDecorator[], propertyDecorators?: ReadonlyArray<[keyof T, PropertyDecorator[]]>): void;