import * as $dara from '@darabonba/typescript'; import { KnowledgeBase } from "./KnowledgeBase"; export declare class DeleteKnowledgeBaseResult extends $dara.Model { code?: string; data?: KnowledgeBase; requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }