/** * Start listening to visibility change events */ export declare const listenToVisibilityChange: () => void; /** * Stop listening to visibility change events */ export declare const stopListeningToVisibilityChange: () => void;