main
1import { type Buffer } from 'node:buffer';
2export declare function transformMarkdown(buf: Buffer | string): string;