export declare const update_bank: { 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; }; bank_id: { type: string; }; baddr: { type: string; }; binfo: { 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_bank.d.ts.map