import { Constructable } from '../../types';
import { ObjectGraph } from '../../graph/ObjectGraph';
declare const _default: <P>(Graph: Constructable<ObjectGraph>, target: any, props?: Partial<P> | undefined, injectionToken?: string) => ObjectGraph<unknown>;
export default _default;
//# sourceMappingURL=useGraph.d.ts.map