import { RequestHandlerService } from "@bnsights/bbsf-utilities"; import * as i0 from "@angular/core"; export declare class WorkflowLogVariablesService { private http; ApiUrl: string; constructor(http: RequestHandlerService); getLogVariables(id: string): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }