import { DeviceDetails } from './DeviceDetails'; export declare class DeviceDetailsMapper { static getType(_: any): typeof DeviceDetails; }