import MarkdownIt from 'markdown-it'; /** * A markdown-it plugin to center text using the syntax ->text<- */ export declare function centertext_plugin(md: MarkdownIt): void; //# sourceMappingURL=markdown-it-center-text.d.ts.map