import * as $dara from '@darabonba/typescript'; import { CreateToolInputV2 } from "./CreateToolInputV2"; export declare class CreateToolRequest extends $dara.Model { /** * @remarks * The request body. */ body?: CreateToolInputV2; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }