import type { Schema } from "@strapi/types"; export default function assetsToMarkdown(assets: Schema.Attribute.MediaValue): string;