import { ActionType } from "@ngrx/store"; export declare enum ENavigationActions { NAVIGATOR_PUSH = "[Document] Navigator Push Folder", NAVIGATOR_UPDATE = "[Document] Navigator Update Folder", NAVIGATOR_ROLL_BACK = "[Document] Navigator Roll Back", NAVIGATOR_GO_TO = "[Document] Go To", NAVIGATOR_CLEAR = "[Document] Navigator Clear" } export declare const navPushFolder: import("@ngrx/store").ActionCreator { data: any; } & import("@ngrx/store/src/models").TypedAction>; export declare const navRollBack: import("@ngrx/store").ActionCreator { data: any; } & import("@ngrx/store/src/models").TypedAction>; export declare const navUpdate: import("@ngrx/store").ActionCreator { data: any; } & import("@ngrx/store/src/models").TypedAction>; export declare const navClear: import("@ngrx/store").ActionCreator import("@ngrx/store/src/models").TypedAction>; export declare const navGoTo: import("@ngrx/store").ActionCreator { data: any; } & import("@ngrx/store/src/models").TypedAction>; export type NavigationAction = ActionType | ActionType | ActionType | ActionType | ActionType;