export declare type MobileApplicationStore = 'UNKNOWN' | 'APPLE_ITUNES' | 'GOOGLE_PLAY';
