export declare enum UserExistenceStatus { NOT_EXISTS = "NOT_EXISTS", EXISTS = "EXISTS" } //# sourceMappingURL=UserExistenceStatus.d.ts.map