/** * Test utilities for MCP AI Agent Guidelines. * * This module exports test-only helpers that are not part of the public API. * These utilities are specifically designed for internal testing purposes. * * @module test-utils * @internal */ export { __setMermaidModuleProvider } from "./mermaid.js"; //# sourceMappingURL=index.d.ts.map