import { AppState } from '../types'; export declare const getDevice: (state: AppState) => import("../types").Device;