import { Type } from './types/type'; export declare class Instances { private readonly instances; addInstance(type: Type, ins: any): void; getInstance(type: Type): any; } //# sourceMappingURL=instances.d.ts.map