import { DeviceEnum } from "../types"; export declare function getDeviceTypeFromString(input: string | undefined): DeviceEnum;