export declare class AuthService { getHealth(): { module: string; status: string; phase: string; }; getCurrentUser(): { id: string; email: string; name: string; roles: string[]; }; } //# sourceMappingURL=auth.service.d.ts.map