import type { McpTool } from '../../utils/index.js'; import type { Services } from '../../services.js'; /** * Creates the developer guidelines tool for Storefront Next. * * @param loadServices - Function that loads configuration and returns Services instance * @returns The configured MCP tool */ export declare function createDeveloperGuidelinesTool(loadServices: () => Promise | Services): McpTool;