/** * Start listening to orientation change events */ export declare const listenToOrientationChange: () => void; /** * Stop listening to orientation change events */ export declare const stopListeningToOrientationChange: () => void;