export declare const PLATFORM: { readonly MAC: "Mac"; readonly WINDOWS: "Windows"; readonly LINUX: "Linux"; readonly OTHER: "Other"; }; export declare const getUserPlatform: () => "Mac" | "Windows" | "Linux" | "Other"; //# sourceMappingURL=platform.d.ts.map