export declare const update_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; }; notification: { type: string; enum: string[]; shouldNotBeEmpty: boolean; }; language: { type: string; shouldNotBeEmpty: boolean; enum: string[]; }; fname: { type: string; shouldNotBeEmpty: boolean; }; lname: { type: string; shouldNotBeEmpty: boolean; }; access_scope: { type: string; properties: { role: { type: string; shouldNotBeEmpty: boolean; }; banks: { type: string; properties: { allow: { type: string; items: { type: string; shouldNotBeEmpty: boolean; }; }; deny: { type: string; items: { type: string; shouldNotBeEmpty: boolean; }; }; }; required: string[]; }; branches: { type: string; properties: { allow: { type: string; items: { type: string; shouldNotBeEmpty: boolean; }; }; deny: { type: string; items: { type: string; shouldNotBeEmpty: boolean; }; }; }; required: string[]; }; }; required: string[]; }; }; required: string[]; allOf: { if: { properties: { event: { const: string; }; }; required: string[]; }; then: { anyOf: { required: string[]; }[]; not: { required: string[]; }; }; }[]; }; }; }; required: string[]; }; //# sourceMappingURL=update_user.d.ts.map