import { ApiService, EnvironmentModel } from '@cas-hub/acabim-common-client'; import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class DocumentTypeService extends ApiService { protected client: HttpClient; protected environment: EnvironmentModel; constructor(client: HttpClient, environment: EnvironmentModel); protected controller: string; getDocumentUsageTypes(): Observable; toggleDocumentUsageTypeStatus(usageTypeId: number): Observable; addDocumentUsageType(usageTypeName: string): Observable; updateDocumentUsageType(usageTypeId: string, newUsageTypeName: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }