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