import { InjectorConfig } from '../interfaces/Injector';
export default function (conf: InjectorConfig[]): string;
