import { ClientInstance } from '@hyper-fetch/core'; import { UseAppManagerReturnType } from '.'; /** Track the application's online/offline and focus/blur state through the client's AppManager. */ export declare const useAppManager: (client: Client) => UseAppManagerReturnType; //# sourceMappingURL=use-app-manager.hooks.d.ts.map