import type MarkdownIt from "markdown-it";
export declare const timelinePlugin: (md: MarkdownIt, options: any) => void;
