import { AlarmInstance } from './AlarmInstance'; export declare class AlarmOptions { id?: number; uuid: string; instance: AlarmInstance; }