import ' rollup-plugin-inject-process-env';
import { ChatDetail } from "./ChatAction";
import { ChatState } from "./ChatState";
export declare function createStateFromMessages(messages: readonly ChatDetail[]): ChatState;
