/**
 * Current platform. On web this resolves to the `.web` sibling, which is a
 * plain constant, so nothing in the web graph imports react-native for it.
 */
export declare const PLATFORM: "web" | "ios" | "android" | "windows" | "macos";
//# sourceMappingURL=platform.d.ts.map