export declare enum UserAuthActionType { Login = "login", Logout = "logout" } export interface UserAuthActionTelemetry { userId: string; username: string; userNickname: string; enterpriseId: string; action: UserAuthActionType; actionAt: number; userAgent?: string; } //# sourceMappingURL=authentication.d.ts.map