export declare type TargetPlatform = 'WEB' | 'MOBILE' | 'ANY';
