import ' rollup-plugin-inject-process-env';
import { ActionType } from "../ChatAction";
import { ChatState } from "../ChatState";
export declare function storeHandler(state: ChatState, action: ActionType): ChatState;
