export interface BaseDecoratorInfo<TKind> {
    kind: TKind;
    targetClass: Function;
}
//# sourceMappingURL=BaseDecoratorInfo.d.ts.map