import { MarkdownSubtype } from '../../types'; /** * Converts the diff to Markdown * @param object The input object * @param markdownSubtype the format to display the dropdown data in * @returns Markdown output */ export default function convertToMarkdown(object: any, markdownSubtype: MarkdownSubtype): string;