import { Constructor } from '../types';
export declare function injectable<T extends Constructor>(): (target: T) => void;
