import type { Core, Modules } from '@strapi/types';
/**
 * Creates an MCP service instance for Strapi Core
 */
export declare const createMcpService: (strapi: Core.Strapi) => Modules.MCP.McpService;
//# sourceMappingURL=index.d.ts.map