import { SWRResponse } from 'swr';
/**
 * 验证并处理 Mermaid 图表内容
 */
export declare const useMermaid: (id: string, content: string) => SWRResponse<string, Error>;
/**
 * 初始化 Mermaid 配置
 */
export declare const useMermaidInit: () => void;
