/** Parse markdown and return ANSI-styled terminal text. */ export declare function renderMarkdown(text: string): string; //# sourceMappingURL=markdown.d.ts.map