import { ISetNotificationWidgetHiding, ISetCpxState, IUpdateAppContext } from "./actionInterfaces"; import { IAppStore } from "./context"; export declare const updateAppContext: (state: IAppStore, payload: IUpdateAppContext["payload"]) => void; export declare const setCpxState: (state: IAppStore, payload: ISetCpxState["payload"]) => void; export declare const setNotificationWidgetHiding: (state: IAppStore, payload: ISetNotificationWidgetHiding["payload"]) => void; export declare const getWidgetImages: (state: IAppStore) => void;