import { DeviceModelId } from ".";
export declare function isDeviceModelId(val: string | undefined | null): val is DeviceModelId;
export declare const stringToDeviceModelId: (strDeviceModelId: string, defaultDeviceModelId: DeviceModelId) => DeviceModelId;