///
declare class SystemManager {
getSystemInfo: (args?: WechatMiniprogram.GetSystemInfoOption) => Promise;
systemInfo: Partial;
constructor();
updateSystemCoreInfo(): Promise;
}
export declare const systemManager: SystemManager;
export default systemManager;