export declare const update_merchant: { 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; }; merchant_id: { type: string; }; minfo: { type: string; properties: { accNo: { type: string; }; accHolderName: { type: string; }; addr: { type: string; }; phno: { type: string; pattern: string; }; }; required: string[]; }; }; required: string[]; }; }; }; required: string[]; }; //# sourceMappingURL=update_merchant.d.ts.map