export declare function startChat(options: {
    model?: string;
}): Promise<void>;
//# sourceMappingURL=chat.d.ts.map