import { MobileDevice } from './types'; export declare const devices: { [id: string]: MobileDevice; };