import { IENV } from './sdk'; export { ENV_ENUM, APP_TYPE } from './sdk'; declare global { interface Navigator { swuserAgent: any; } const callNative: any; const WXEnvironment: any; } export declare const getUA: () => string; export declare const getENV: () => IENV;