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