/** * markdown-it 自定义插件 */ export declare const MyCommentsPlugin: (md: any) => void; export declare enum SchemeName { Nexus = "nexus" } export declare enum SchemePath { SEND_USER_MSG = "sendUserMsg" } export declare const NexusMarkdownEvent = "_nexus_markdown_event"; export declare const initMarkdownEvent: (ctx: any) => () => void; export declare const NexusLinkPlugin: (md: any) => void;