import { ReentryStatus } from './models'; export declare class StatusRenderer { static defaultReentryMarkdownPath(): string; static defaultRoadmapPath(): string; static parseJson(json: string): ReentryStatus; static renderJson(status: ReentryStatus): string; static renderMarkdown(status: ReentryStatus): string; static parseMarkdown(_markdown: string): Partial; } //# sourceMappingURL=status-renderer.d.ts.map