Function useDevicePosture
useDevicePosture(): { cleanup: () => void; startListening: () => boolean; stopListening: () => void; get state(): DevicePostureState; subscribe(callback: (state: DevicePostureState) => void): () => boolean;} Returns {
cleanup: () => void;
startListening: () => boolean;
stopListening: () => void;
get state(): DevicePostureState;
subscribe(callback: (state: DevicePostureState) => void): () => boolean;
}