import { ChatOptions } from './types'; export declare function createChat(options?: Partial): import('vue').App;