import { AppService } from './app.service'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export interface IGetWorkflowSchemaRequest { searchTerm?: string; } export declare class DbService { appService: AppService; constructor(); syncAndGetWorkflowSchemaMetadata(request: IGetWorkflowSchemaRequest): Observable; updateTableHint(table: string, hint: string): Observable; updateColumnHint(table: string, column: string, hint: string): Observable; updateColumnStatus(table: string, activeColumns: string[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }