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