export declare enum Platform { NODE = "node", BROWSER = "browser", REACT_NATIVE = "rn" } export declare const getPlatform: () => Platform;