import { Observable } from 'rxjs'; import { FoundryApiResponse } from '../../interfaces/foundry-api-response.interface'; import { FoundryRequestOptions } from '../../interfaces'; import * as i0 from "@angular/core"; export declare class FoundryApiRequestDispatcherService { /** INJECTORS */ private readonly foundryNotificationSE; private readonly foundryBroadcastChannelSE; /** CONTROL DE ERRORES */ private readonly activeErrorMessages; /** ACTIONS */ dispatchRequest(request: Observable, options?: FoundryRequestOptions): Observable>; /** GETTERS & SETTERS */ private getDefaultTitleByStatus; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }