import { ObjectGraph } from '../../graph/ObjectGraph'; import { Constructable } from '../../types'; export declare function injectHookWithArguments(hook: (args: Injected & Own) => Result, keyOrGraph: string | Constructable): (props: Own & Partial) => Result; export declare function injectHook(hook: (args: Injected) => Result, keyOrGraph: string | Constructable): (props?: Partial) => Result; //# sourceMappingURL=InjectHook.d.ts.map