import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { AuthManager } from '../auth/AuthManager'; export declare function registerBatchImportTool(server: McpServer, authManager: AuthManager): void; //# sourceMappingURL=batch-import.d.ts.map