export declare const onboard_device: { type: string; properties: { event: { type: string; enum: string[]; shouldNotBeEmpty: boolean; }; event_by: { type: string; shouldNotBeEmpty: boolean; }; edetails: { type: string; minItems: number; items: { type: string; allOf: { if: { properties: { dtype: { const: string; }; }; required: string[]; }; then: { properties: { row_id: { type: string; }; dtype: { type: string; const: string; }; bank_id: { type: string; shouldNotBeEmpty: boolean; }; branch_id: { type: string; shouldNotBeEmpty: boolean; }; merchant_id: { type: string; shouldNotBeEmpty: boolean; }; phno: { type: string; pattern: string; shouldNotBeEmpty: boolean; }; }; required: string[]; additionalProperties: boolean; }; else: { properties: { row_id: { type: string; }; dtype: { type: string; const: string; }; onboard_status: { type: string; shouldNotBeEmpty: boolean; }; mf_id: { type: string; }; model_id: { type: string; }; firmware_id: { type: string; }; dname: { type: string; shouldNotBeEmpty: boolean; }; imei: { type: string; }; vpa_id: { type: string; }; bank_id: { type: string; }; branch_id: { type: string; }; merchant_id: { type: string; }; }; required: string[]; additionalProperties: boolean; }; }[]; }; }; }; required: string[]; }; //# sourceMappingURL=onboard_device.d.ts.map