import type { FffService } from "../services/fff-service.js"; import type { ToolDefinition } from "./types.js"; export type { ToolDefinition, ToolDetailValue, ToolExecuteResult } from "./types.js"; export declare function createAllTools(service: FffService): ToolDefinition[]; //# sourceMappingURL=index.d.ts.map