export declare function useCurrentAppState(): { currentAppState: "active" | "background" | "inactive" | "unknown" | "extension"; };