export type MarkdownElement = {
    type: string;
    content: string;
    language?: string;
};
//# sourceMappingURL=index.d.ts.map