import { Log } from './log-models'; import { Observable } from 'rxjs'; import { AutoTablePageableResponse } from '@muchencute/mrrs-types'; import { HttpClient } from '@angular/common/http'; import { AuthService } from '../auth/auth.service'; export declare class LogService { private httpClient; private authService; private coreConfig; private _baseURL; constructor(httpClient: HttpClient, authService: AuthService, coreConfig: any); getLogList(params: { [param: string]: any; }): Observable>; }