import ' rollup-plugin-inject-process-env';
import { ChatState } from "../ChatState";
export declare function resetReducer(state?: ChatState): ChatState;
