export declare const onboard_merchant: { 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; }; branch_id: { type: string; }; mname: { type: string; shouldNotBeEmpty: boolean; }; mtype: { type: string; shouldNotBeEmpty: boolean; }; minfo: { type: string; properties: { accNo: { type: string; shouldNotBeEmpty: boolean; }; accHolderName: { type: string; shouldNotBeEmpty: boolean; }; phno: { type: string; pattern: string; shouldNotBeEmpty: boolean; }; }; required: string[]; }; }; required: string[]; }; }; }; required: string[]; }; //# sourceMappingURL=onboard_merchant.d.ts.map