import * as $dara from '@darabonba/typescript'; export declare class ModelFeatures extends $dara.Model { agentThought?: boolean; multiToolCall?: boolean; streamToolCall?: boolean; toolCall?: boolean; vision?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }