import * as $dara from '@darabonba/typescript'; export declare class UpdateKnowledgeBaseInput extends $dara.Model { credentialName?: string; description?: string; providerSettings?: { [key: string]: any; }; retrieveSettings?: { [key: string]: any; }; workspaceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }