export declare namespace UMA { interface User { adminOfFirmIds: number[]; allowFeedback: boolean; bigAvatarUrl: string; createdAt: string; doNotAskMfaAgain: boolean; email: string; emailVerified: boolean; firstName: string; id: number; initiatorId: number; isChiefAdmin: boolean; lastName: string; mfaEnabled: boolean; microservices: Microservice[]; mode: string; phone: string; phoneVerified: boolean; repCode: string; shouldResetPassword: boolean; smallAvatarUrl: string; theme: string; updatedAt: string; username: string; } interface Microservice { entities: any; id: number; isActive: boolean; isVisiableOnAdminSideBar: boolean; logoUrl: string; name: string; slug: string; } } //# sourceMappingURL=uma.d.ts.map