import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { z } from 'zod'; import { IAppsignalClient } from '../appsignal-client/appsignal-client.js'; export declare function selectAppIdTool(_server: McpServer, toolName: string, enableMainTools?: () => void, _clientFactory?: () => IAppsignalClient): { name: string; description: string; inputSchema: { appId: z.ZodString; }; handler: (args: unknown) => Promise<{ content: { type: "text"; text: string; }[]; }>; }; //# sourceMappingURL=select-app-id.d.ts.map