import { ILiveChatWidgetAction } from "./common/ILiveChatWidgetAction"; import { ILiveChatWidgetContext } from "./common/ILiveChatWidgetContext"; export declare const createReducer: () => (state: ILiveChatWidgetContext, action: ILiveChatWidgetAction) => ILiveChatWidgetContext; export declare const executeReducer: (state: ILiveChatWidgetContext, action: ILiveChatWidgetAction) => ILiveChatWidgetContext;