export declare const sim_request: { 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; }; context: { type: string; shouldNotBeEmpty: boolean; enum: string[]; }; device: { type: string; shouldNotBeEmpty: boolean; }; bank_name: { type: string; shouldNotBeEmpty: boolean; }; bank_id: { type: string; shouldNotBeEmpty: boolean; }; branch: { type: string; shouldNotBeEmpty: boolean; }; merchant: { type: string; shouldNotBeEmpty: boolean; }; status: { type: string; shouldNotBeEmpty: boolean; enum: string[]; }; current_sp: { type: string; shouldNotBeEmpty: boolean; }; requested_sp: { type: string; shouldNotBeEmpty: boolean; }; }; required: string[]; }; }; }; required: string[]; }; //# sourceMappingURL=sim_request.d.ts.map