export declare const getOperatingSystem: () => "Android" | "Linux" | "Mac OS" | "Windows" | "iOS" | null;
