import { ClassType } from '../enums/class-type.enum';
export declare function addClassTypeMetadata(target: Function, classType: ClassType): void;
