import { UnityLoaderStatus } from "../types/unity-loader-status";
/**
 * Hook to embed a Unity Loader script.
 * @param source The source of the unity loader.
 * @returns a hook that returns the status of the loader.
 */
declare const useUnityLoader: (loaderUrl: string) => UnityLoaderStatus;
export { useUnityLoader };
//# sourceMappingURL=use-unity-loader.d.ts.map