import { HttpClient } from '@angular/common/http'; import { CookieService } from 'ngx-cookie-service'; import * as i0 from "@angular/core"; export declare class AuthService { private http; private cookieService; constructor(http: HttpClient, cookieService: CookieService); md5pass: boolean; setMd5pass(passFlg: boolean): void; getMd5Pass(): boolean; login(params: any, url?: string, baseUrl?: string): import("rxjs").Observable; profile(url?: string, baseUrl?: string): import("rxjs").Observable; getHeaders(): { headers: { Authorization: string; }; }; check(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }