import { LoadableState } from '../util/useLoadable'; import { CheckModuleVersionsOptions, ModuleStatusResponse } from './types'; /** * Retrieve whether or not the installed (or passed) `@sanity`-modules are up * to date and/or supported, and if they are outdated; which versions are is * the latest available on npm vs which ones are installed locally. * * @param options Options to use for resolving module status * @internal Not a stable API yet */ export declare function useModuleStatus(options?: CheckModuleVersionsOptions): LoadableState; //# sourceMappingURL=hooks.d.ts.map