export declare const update_branch: { type: string; properties: { event: { type: string; enum: string[]; }; event_by: { type: string; }; edetails: { type: string; minItems: number; items: { type: string; properties: { row_id: { type: string; }; branch_id: { type: string; }; braddr: { type: string; }; brinfo: { type: string; properties: { name: { type: string; }; designation: { type: string; }; phno: { type: string; pattern: string; }; email: { type: string; pattern: string; }; }; required: string[]; }; }; required: string[]; }; }; }; required: string[]; }; //# sourceMappingURL=update_branch.d.ts.map