/** * Error thrown when trying to add a user that already exists. */ export declare class UserAlreadyExistsError extends Error { } //# sourceMappingURL=UserAlreadyExistsError.d.ts.map