import { Actions } from "@ngrx/effects"; import { TelemetryProxyService } from "@progress-chef/platform-telemetry-proxy-service"; import { ToastNotificationService } from "@progress-chef/platform-toast-notification-service"; import * as i0 from "@angular/core"; export declare class ChefNodeManagementListCustomEffects { private readonly actions$; private readonly toastNotificationService; private readonly telemetryProxyService; constructor(actions$: Actions, toastNotificationService: ToastNotificationService, telemetryProxyService: TelemetryProxyService); listsCreateListSuccess$: import("rxjs").Observable & import("@ngrx/effects").CreateEffectMetadata; listsCreateListFailure$: import("rxjs").Observable & import("@ngrx/effects").CreateEffectMetadata; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }