import { DeviceType } from '../model/proto/constant/device_type'; export default class SystemUtil { static isBrowser(): boolean; static getDeviceType(): DeviceType; } //# sourceMappingURL=system-util.d.ts.map