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