export declare type MobileApplicationPlatform = 'UNKNOWN' | 'ANDROID' | 'IOS';
