export declare const update_device: { type: string; properties: { event: { type: string; enum: string[]; }; event_by: { type: string; }; edetails: { type: string; minItems: number; items: { type: string; properties: { row_id: { type: string; }; device_id: { type: string; }; firmware_id: { type: string; }; lang: { type: string; }; sbe: { type: string; }; }; required: string[]; }; }; }; required: string[]; }; //# sourceMappingURL=update_device.d.ts.map