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