export declare type Platform = 'ios' | 'android' | 'web' | 'all'; export declare const PLATFORMS: { IOS: 'ios'; ANDROID: 'android'; WEB: 'web'; ALL: 'all'; };