import ' rollup-plugin-inject-process-env';
import { ServerConfig } from "@xapp/stentor-chat-widget";
import { ChatServer, ChatServerOptions } from "./ChatServer";
export declare function createChatServer(config: ServerConfig, options?: ChatServerOptions): ChatServer;
export declare const ChatServerContext: import("react").Context<ChatServer>;
export declare function useChatServer(config: ServerConfig | null, options?: ChatServerOptions | null): ChatServer;
