import { DeviceId, Labelled } from '../../../../common';
export declare class GetDeviceQuery implements Labelled {
    readonly deviceId: DeviceId[];
    label: () => string;
    constructor(deviceId: DeviceId[]);
}
//# sourceMappingURL=get-device.query.d.ts.map