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