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