import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { z } from 'zod'; import { CplaceApiClient } from '../api.js'; export declare const URL_RESOLUTION_TOOL_DEFINITIONS: { readonly cplace_resolve_url: { readonly description: "Resolve a cplace URL to identify the referenced entity. Returns entity UID, type, name, and URL. For pages, also returns type definition and workspace context. For persons, includes login and email. Useful for identifying what entity a user-provided URL points to."; readonly inputSchema: { readonly url: z.ZodString; }; readonly annotations: { readonly title: "Resolve URL"; }; }; }; export declare function registerUrlResolutionTools(server: McpServer, client: CplaceApiClient): void; //# sourceMappingURL=url-resolution.d.ts.map