import { Tool } from "../../tools/base.js"; export abstract class Toolkit { abstract tools: Tool[]; }