import { DeviceDetails, GetDeviceOptions } from './models';
export default function getDeviceDetails(options?: GetDeviceOptions): DeviceDetails;
