import type { Ctx } from '@milkdown/ctx'; export declare function getMarkdown(range?: { from: number; to: number; }): (ctx: Ctx) => string; //# sourceMappingURL=get-markdown.d.ts.map