import { Labelled } from '../../../../common';
import { Device } from '../../device';
export declare class DeviceUpdatedEvent implements Labelled {
    readonly device: Device;
    label: () => string;
    constructor(device: Device);
}
//# sourceMappingURL=device-updated.event.d.ts.map