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