export declare const device_request_allocated: { type: string; properties: { event: { type: string; enum: string[]; shouldNotBeEmpty: boolean; }; event_by: { type: string; shouldNotBeEmpty: boolean; }; peid: { type: string; shouldNotBeEmpty: boolean; }; edetails: { type: string; minItems: number; items: { type: string; properties: { row_id: { type: string; shouldNotBeEmpty: boolean; }; context: { type: string; shouldNotBeEmpty: boolean; enum: string[]; }; status: { type: string; shouldNotBeEmpty: boolean; enum: string[]; }; drid: { type: string; shouldNotBeEmpty: boolean; }; }; required: string[]; }; }; }; required: string[]; }; //# sourceMappingURL=device_request_allocated.d.ts.map