export declare const deactivate_bank: { type: string; properties: { event: { type: string; enum: string[]; }; 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; }; }; required: string[]; }; }; }; required: string[]; }; //# sourceMappingURL=deactivate_bank.d.ts.map