export declare const getOperatingSystem: () => "ios" | "android" | "macos" | "windows" | "web";