import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class CuiInstructionApiService { private readonly httpClient; private readonly UTILITY_INSTRUCTION_URL; changeTitle(instructionId: string, title: string): Observable; changeDescription(instructionId: string, shortDescription: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }