import type { Ctx } from '@milkdown/ctx'; export declare function insert(markdown: string): (ctx: Ctx) => void; //# sourceMappingURL=insert.d.ts.map