import type { Tool } from './Registry.js'; import type { AurixBrain } from '../brain/AurixBrain.js'; export declare function setBrainInstance(brain: AurixBrain): void; export declare const brainTool: Tool; //# sourceMappingURL=Brain.d.ts.map