export declare enum EventState { PROCESSING = 0, CANCELED = 1, CONFIRMED = 2, SUCCESS = 3, FAILURE = 4 } //# sourceMappingURL=enum.d.ts.map