declare function getGlobal(): any; declare function setData(key: any, val: any): void; declare function getData(key: any): any; declare function getInstance(): any; declare function setStorageSync(key: any, val: any): void; declare function getStorageSync(key: any): any; declare const _default: { isWeb: boolean; isMiniApp: boolean; isWeChatMiniProgram: boolean; isByteDanceMicroApp: boolean; getGlobal: typeof getGlobal; getData: typeof getData; setData: typeof setData; getInstance: typeof getInstance; setStorageSync: typeof setStorageSync; getStorageSync: typeof getStorageSync; }; export default _default;