import type { Manifest, UpdatesNativeStateMachineContext, UpdatesNativeStateRollback } from './Updates.types'; import { type CurrentlyRunningInfo, type UpdateInfo, type UseUpdatesReturnType } from './UseUpdates.types'; export declare const currentlyRunning: CurrentlyRunningInfo; export declare const updateFromManifest: (manifest: NonNullable) => UpdateInfo; export declare const updateFromRollback: (rollback: UpdatesNativeStateRollback) => UpdateInfo; export declare const updatesStateFromContext: (context: UpdatesNativeStateMachineContext) => Omit; //# sourceMappingURL=UseUpdatesUtils.d.ts.map