import { TypeConstructor } from './../definitions'; export * from './enum.utils'; export declare const Injector: { getInstance(target: TypeConstructor): T; }; export declare const loadJsonFile: (path: string) => T; //# sourceMappingURL=index.d.ts.map