import type { ChatOptions } from '../types'; export declare function useOptions(): { options: ChatOptions; };