import { Action } from "@ngrx/store"; import { ChefPlatformInterMFEStatesCustomActionTypes } from "./action-types"; export declare class ChefPlatformInterMFEStatesSetSharedNodeIdsSuccess implements Action { payload: any; readonly type = ChefPlatformInterMFEStatesCustomActionTypes.SetSharedNodeIds; constructor(payload: any); }