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