/** * jamf_docs_get_toc tool * Get the table of contents for a Jamf product's documentation. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { ServerContext } from '../types/context.js'; export declare function registerGetTocTool(server: McpServer, ctx: ServerContext): void; //# sourceMappingURL=get-toc.d.ts.map