import type { Plugin } from 'vue'; import type { ChatOptions } from '../types'; export declare const ChatPlugin: Plugin;