export declare type OS = "undetermined" | "macos" | "ios" | "windows" | "android" | "linux"; export declare function useOS(): OS;