import { ObjectGraph } from '../../graph/ObjectGraph'; import { Constructable } from '../../types'; export default class HookInjector { inject(hook: (args: Args) => Result, keyOrGraph: string | Constructable): (args?: Partial) => Result; } //# sourceMappingURL=HookInjector.d.ts.map