export declare type RequestPlatform = 'UNKNOWN' | 'BROWSER' | 'MOBILE_APP' | 'VIDEO_PLAYER';
