import { InstanceOf } from "../.."; export declare class DIService { private static _instance; static get instance(): DIService; private _services; addService(classType: ClassType): InstanceOf; getService(classType: any): InstanceOf; }