import 'reflect-metadata';
import { Type } from '../types/Type';
export declare type ClassDecoratorGeneric<T> = (target: T) => void;
export declare const Injectable: () => ClassDecoratorGeneric<Type<any>>;
