export declare const isCordova: any; /**web worker and main thread all has location as navigator */ export declare const isWebView: any; export declare const isAndroid: any; export declare const isIOS: any; export declare const isWebMainThread: any; export declare const isWebWorker: any; export declare const platformInfo: { getGlobalFlag(flag_name: string, defaultValue?: string): string; global(): any; platformName(): string; getChannel(): string; getBusiness(): string; };