export declare enum ConditionStatus { CREATED = 0, RESOLVED = 1, CANCELED = 2 } //# sourceMappingURL=enums.d.ts.map