import { Observable } from 'rxjs'; import { TableViews } from './table-models'; import { HttpClient } from '@angular/common/http'; import { AuthService } from '../auth/auth.service'; export declare class TableService { private httpClient; private authService; private coreConfig; tableViews: Observable; private _baseURL; constructor(httpClient: HttpClient, authService: AuthService, coreConfig: any); private getTableViews; }