/** * Start listening to connection change events */ export declare const listenToConnectionChange: () => void; /** * Stop listening to connection change events */ export declare const stopListeningToConnectionChange: () => void;