export declare function isTabFocused(): boolean | undefined;
export declare const getTabState: () => "focused" | "visible" | "hidden" | undefined;
