import { default as MarkdownIt } from 'markdown-it';
export declare function preWrapperPlugin(md: MarkdownIt): void;
export declare function extractTitle(info: string): string;
