import { BaseToolboxAction } from '@onepoint-yap/dashboard'; import { Infrastructure, InputFlow, IntegrationError } from './supervision-api.model'; export declare const SupervisionActions: { highLightMenu: import("@ngrx/store").ActionCreator<"[Supervision] selecting highLight", (props: { menu: string; }) => { menu: string; } & import("@ngrx/store/src/models").TypedAction<"[Supervision] selecting highLight">>; routeTo: import("@ngrx/store").ActionCreator<"[Supervision] route to", (props: { path: string; params?: { [p: string]: string; } | undefined; }) => { path: string; params?: { [p: string]: string; } | undefined; } & import("@ngrx/store/src/models").TypedAction<"[Supervision] route to">>; toggleMenu: import("@ngrx/store").ActionCreator<"[Supervision] Toggle menu", () => import("@ngrx/store/src/models").TypedAction<"[Supervision] Toggle menu">>; resetActions: import("@ngrx/store").ActionCreator<"[Supervision] reset toolbox main and sub actions", () => import("@ngrx/store/src/models").TypedAction<"[Supervision] reset toolbox main and sub actions">>; mainActions: import("@ngrx/store").ActionCreator<"[Supervision] set toolbox main actions", (props: { actions: BaseToolboxAction[]; }) => { actions: BaseToolboxAction[]; } & import("@ngrx/store/src/models").TypedAction<"[Supervision] set toolbox main actions">>; subActions: import("@ngrx/store").ActionCreator<"[Supervision] set toolbox sub actions", (props: { actions: BaseToolboxAction[]; }) => { actions: BaseToolboxAction[]; } & import("@ngrx/store/src/models").TypedAction<"[Supervision] set toolbox sub actions">>; loadInfras: import("@ngrx/store").ActionCreator<"[Supervision/Infra] Load Infras", () => import("@ngrx/store/src/models").TypedAction<"[Supervision/Infra] Load Infras">>; loadInfrasSuccess: import("@ngrx/store").ActionCreator<"[Supervision/Infra Api] Load Infras Success", (props: { infras: Infrastructure[]; }) => { infras: Infrastructure[]; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Infra Api] Load Infras Success">>; loadInfrasFailure: import("@ngrx/store").ActionCreator<"[Supervision/Infra Api] Load Infras Failure", (props: { error: any; }) => { error: any; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Infra Api] Load Infras Failure">>; scaleInfra: import("@ngrx/store").ActionCreator<"[Supervision/Infra] Scale infra", (props: { name: string; scale: number; up: boolean; }) => { name: string; scale: number; up: boolean; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Infra] Scale infra">>; scaleInfraSuccess: import("@ngrx/store").ActionCreator<"[Supervision/Infra Api] Scale infra success", (props: { name: string; time: string; up: boolean; }) => { name: string; time: string; up: boolean; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Infra Api] Scale infra success">>; scaleInfraFailure: import("@ngrx/store").ActionCreator<"[Supervision/Infra Api] Scale infra failure", (props: { error: any; }) => { error: any; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Infra Api] Scale infra failure">>; loadFlows: import("@ngrx/store").ActionCreator<"[Supervision/Flow] Load Flows", () => import("@ngrx/store/src/models").TypedAction<"[Supervision/Flow] Load Flows">>; loadFlowsSuccess: import("@ngrx/store").ActionCreator<"[Supervision/Flow Api] Load Flows Success", (props: { flows: InputFlow[]; }) => { flows: InputFlow[]; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Flow Api] Load Flows Success">>; loadFlowsFailure: import("@ngrx/store").ActionCreator<"[Supervision/Flow Api] Load Flows Failure", (props: { error: any; }) => { error: any; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Flow Api] Load Flows Failure">>; loadIntegrationErrors: import("@ngrx/store").ActionCreator<"[Supervision/Errors] Load Integration Errors", () => import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors] Load Integration Errors">>; loadIntegrationErrorsSuccess: import("@ngrx/store").ActionCreator<"[Supervision/Errors Api] Load Integration Errors Success", (props: { integrationErrors: IntegrationError[]; }) => { integrationErrors: IntegrationError[]; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors Api] Load Integration Errors Success">>; loadIntegrationErrorsFailure: import("@ngrx/store").ActionCreator<"[Supervision/Errors Api] Load Integration Errors Failure", (props: { error: any; }) => { error: any; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors Api] Load Integration Errors Failure">>; toggleErrorDetails: import("@ngrx/store").ActionCreator<"[Supervision/Errors] Toggle Side Panel With Error Details Of Chosen Class", (props: { error: IntegrationError | null; errorDetailsOpen: boolean; }) => { error: IntegrationError | null; errorDetailsOpen: boolean; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors] Toggle Side Panel With Error Details Of Chosen Class">>; toggleClassSelection: import("@ngrx/store").ActionCreator<"[Supervision/Errors] Select/Unselect Class for submission (Reload/Acknowledge)", (props: { selectedClass: string; }) => { selectedClass: string; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors] Select/Unselect Class for submission (Reload/Acknowledge)">>; reloadErrors: import("@ngrx/store").ActionCreator<"[Supervision/Errors] Reload Integration Errors", () => import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors] Reload Integration Errors">>; reloadErrorsSuccess: import("@ngrx/store").ActionCreator<"[Supervision/Errors Api] Reload Integration Errors Success", () => import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors Api] Reload Integration Errors Success">>; reloadErrorsFailure: import("@ngrx/store").ActionCreator<"[Supervision/Errors Api] Reload Integration Errors failure", (props: { error: any; }) => { error: any; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors Api] Reload Integration Errors failure">>; acknowledgeErrors: import("@ngrx/store").ActionCreator<"[Supervision/Errors] Acknowledge Integration Errors", () => import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors] Acknowledge Integration Errors">>; acknowledgeErrorsSuccess: import("@ngrx/store").ActionCreator<"[Supervision/Errors Api] Acknowledge Integration Errors Success", () => import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors Api] Acknowledge Integration Errors Success">>; acknowledgeErrorsFailure: import("@ngrx/store").ActionCreator<"[Supervision/Errors Api] Acknowledge Integration Errors Failure", (props: { error: any; }) => { error: any; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors Api] Acknowledge Integration Errors Failure">>; setRefreshInterval: import("@ngrx/store").ActionCreator<"[Supervision/Errors] Change the interval of time for refreshing errors (in milliseconds)", (props: { interval: number; }) => { interval: number; } & import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors] Change the interval of time for refreshing errors (in milliseconds)">>; startAutoRefresh: import("@ngrx/store").ActionCreator<"[Supervision/Errors] Start auto refreshing errors", () => import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors] Start auto refreshing errors">>; stopAutoRefresh: import("@ngrx/store").ActionCreator<"[Supervision/Errors] Stop auto refreshing errors", () => import("@ngrx/store/src/models").TypedAction<"[Supervision/Errors] Stop auto refreshing errors">>; };