import * as $dara from '@darabonba/typescript'; import { CAPConfig } from "./Capconfig"; export declare class ToolListItem extends $dara.Model { CAPConfig?: CAPConfig; createdAt?: string; description?: string; id?: string; name?: string; schema?: string; sourceType?: string; toolType?: string; updatedAt?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }