import type { Core } from '@strapi/types';
/**
 * Registers derived content-type MCP tools via strapi.ai.mcp.registerTool().
 * Must be called from the plugin register phase, before the MCP HTTP server starts.
 */
export declare const registerContentManagerMcpTools: ({ strapi, }: {
    strapi: Core.Strapi;
}) => Promise<void>;
//# sourceMappingURL=register-content-manager-mcp-tools.d.ts.map