import type MarkdownIt from 'markdown-it'; declare function synapse_plugin(md: any, _suffix: any, _baseURL: any): void; declare function getFootnotes(): string; declare function resetFootnotes(): void; declare function preprocessMarkdown(mdString: string): string; declare function init_markdown_it(md: MarkdownIt, markdownitSub?: MarkdownIt.PluginSimple, markdownitSup?: MarkdownIt.PluginSimple, markdownitCentertext?: MarkdownIt.PluginSimple, markdownitSynapseHeading?: MarkdownIt.PluginSimple, markdownitSynapseTable?: MarkdownIt.PluginSimple, markdownitStrikethroughAlt?: MarkdownIt.PluginSimple, markdownitContainer?: MarkdownIt.PluginSimple, markdownitInlineComments?: MarkdownIt.PluginSimple, markdownitBr?: MarkdownIt.PluginSimple): void; export { getFootnotes as footnotes, resetFootnotes, preprocessMarkdown, init_markdown_it, }; export default synapse_plugin; //# sourceMappingURL=index.d.ts.map