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