import { ActionType } from "@ngrx/store"; export declare enum EChartBind { UPDATE_NAV = "[document] update navigate" } export declare const updateNavigate: import("@ngrx/store").ActionCreator { data: any; } & import("@ngrx/store/src/models").TypedAction>; export type ChartBindAction = ActionType;