import { UnityConfig } from "../types/unity-config";
import { UnityContextHook } from "../types/unity-context-hook";
/**
 * Creates a Unity Context hook.
 * @param unityConfig The Unity Config on which the Unity Context is based.
 * @returns The Unity Context hook.
 */
declare const useUnityContext: (unityConfig: UnityConfig) => UnityContextHook;
export { useUnityContext };
//# sourceMappingURL=use-unity-context.d.ts.map