export declare enum Platform { Apple = 0, Default = 1 } export declare function getPlatform(): Platform;