export declare const onboard_device_old: { type: string; properties: { event: { type: string; enum: string[]; shouldNotBeEmpty: boolean; }; event_by: { type: string; shouldNotBeEmpty: boolean; }; edetails: { type: string; minItems: number; items: { type: string; properties: { row_id: { type: string; }; mfid: { type: string; }; model_id: { type: string; }; firmware_id: { type: string; }; dname: { type: string; shouldNotBeEmpty: boolean; }; imei: { type: string; }; }; required: string[]; }; }; }; required: string[]; }; //# sourceMappingURL=onboard_device_old.d.ts.map