import type { FormattableData } from './table'; /** * Format structured entity data as Markdown, dispatching on entity type. * All five entity show commands share this formatter. * * @param data - Entity data to format * @param entityType - Entity type hint ('document', 'review', 'task', 'test-report', 'lesson') * @returns Formatted Markdown string * @throws CortexError if entityType is not one of the five supported types */ export declare function formatAsMarkdown(data: FormattableData, entityType?: string): string; //# sourceMappingURL=markdown.d.ts.map