import { ICpxState, IStore } from "../utils/store"; export declare const setCpxState: (state: ICpxState, store: IStore) => void; export declare const setNotificationWidgetHiding: (isHidden: boolean, store: IStore) => void;