export declare const deactivate_user: { type: string; properties: { event: { type: string; enum: string[]; }; event_by: { type: string; shouldNotBeEmpty: boolean; }; edetails: { type: string; minItems: number; items: { type: string; properties: { userId: { type: string; shouldNotBeEmpty: boolean; }; enable: { type: string; shouldNotBeEmpty: boolean; enum: string[]; }; }; required: string[]; }; }; }; required: string[]; }; //# sourceMappingURL=deactivate_user.d.ts.map