export declare const onboard_vpa_old: { 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; }; vpa: { type: string; pattern: string; shouldNotBeEmpty: boolean; }; bank_id: { type: string; shouldNotBeEmpty: boolean; }; }; required: string[]; }; }; }; required: string[]; additionalProperties: boolean; }; //# sourceMappingURL=onboard_vpa_old.d.ts.map