import { FlowrEventScheduleCron } from './FlowrEventScheduleCron'; import { UUID } from './Item'; export declare class FlowrEventScheduleDeviceAlarm extends FlowrEventScheduleCron { deviceId: UUID; constructor(src: FlowrEventScheduleDeviceAlarm); }