export declare const onboard_branch: { type: string; properties: { event: { type: string; enum: string[]; shouldNotBeEmpty: boolean; }; event_by: { type: string; shouldNotBeEmpty: boolean; }; edetails: { type: string; minItems: number; items: { type: string; properties: { row_id: { type: string; }; bank_id: { type: string; shouldNotBeEmpty: boolean; }; branch_name: { type: string; shouldNotBeEmpty: boolean; }; brinfo: { type: string; properties: { name: { type: string; shouldNotBeEmpty: boolean; }; phno: { type: string; pattern: string; shouldNotBeEmpty: boolean; }; email: { type: string; pattern: string; shouldNotBeEmpty: boolean; }; }; required: string[]; }; }; required: string[]; }; }; }; required: string[]; }; //# sourceMappingURL=onboard_branch.d.ts.map