export declare const makeInjectableDecorator: (token: string | symbol) => (() => ParameterDecorator);
