/**
* A definition of a user-defined tool to use for a DonobuFlow.
*/exporttypeCustomTool = {
readonlyname: string;
readonlydescription: string;
readonlyinputSchema: Record<string, unknown>;
readonlyjavascript: string;
};
//# sourceMappingURL=CustomTool.d.ts.map