export declare const onboard_device_model: { 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; }; mfid: { type: string; }; firmware_id: { type: string; }; model_name: { type: string; }; }; required: string[]; }; }; }; required: string[]; }; //# sourceMappingURL=onboard_device_model.d.ts.map