import { DataArray } from './data.array'; export declare class DataDeviceNames extends DataArray { static type: string; getDisplayValue(): string; }