import * as d from '../../../declarations';
export declare function eventsToMarkdown(events: d.JsonDocsEvent[]): string[];
