import { Agent, AgentsApi } from '@alfresco/js-api'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AgentService { private readonly apiService; private _agentsApi; private readonly agents; get agentsApi(): AgentsApi; agents$: Observable; /** * Gets all agents from cache. If cache is empty, fetches agents from backend. * * @returns Agent[] list containing agents. */ getAgents(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }