import { AnyObject } from '../../common'; export declare class DIContainerHelper { private static instance; private container; constructor(); static getInstance(): DIContainerHelper; static newInstance(): DIContainerHelper; isBound(key: string): boolean; get(key: keyof T): R; set(key: string, value: R): void; keys(): string[]; clear(): void; getContainer(): T; } //# sourceMappingURL=di-container.helper.d.ts.map