/** An enum identifier of the device type. */ export declare const DeviceAttributesDeviceType: { readonly Terminal: "TERMINAL"; readonly Handheld: "HANDHELD"; }; export type DeviceAttributesDeviceType = (typeof DeviceAttributesDeviceType)[keyof typeof DeviceAttributesDeviceType];