/** * jamf_troubleshoot prompt * Guides AI through a troubleshooting workflow using Jamf documentation. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerTroubleshootPrompt(server: McpServer): void; //# sourceMappingURL=troubleshoot.d.ts.map