import { CtorT } from '../../core/ctor';
export declare function Name(value: string): (injectable: CtorT<any>) => void;
