export declare type RenderOpts = { staticDir?: string; }; export declare function renderMarkdown(markdown: any, opts?: RenderOpts): Promise;