export declare const update_manufacturer: { 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; }; mfid: { type: string; }; mfaddr: { type: string; }; mfinfo: { 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=update_manufacturer.d.ts.map