/** * Register default Node.js tool plugins * * Core plugins: * - filesystem: Read files * - edit: Edit files * - search: Unified search (files, content, definitions) * - bash: Execute commands * - enhanced-git: Git operations * - git-history: Git history search and file restoration */ export declare function registerDefaultNodeToolPlugins(): void; //# sourceMappingURL=nodeDefaults.d.ts.map