import { AWDevice } from 'appworks-js'; export declare class AWDeviceService { AWDevice: AWDevice; constructor(); getDeviceInfo(): AWDevice; }