import { DeviceCameraEventBehaviorType } from '../types/enums'; export declare class DeviceEventsTriggerConfiguration { clientId: number; imei: string; eventBehaviorType: DeviceCameraEventBehaviorType; eventsConfiguration: Record[] | null; pendingEventsConfiguration: Record[] | null; updateConfigPendingCommandId: string | null; createdAt: Date | null; modifiedAt: Date | null; extraParams?: object | null; pendingExtraParams?: object | null; }