import type { NotebookCell, Blocks, MarkdownCell } from '@curvenote/blocks'; export declare function toJupyter(block: Blocks.Content): NotebookCell; export declare function fromJupyter(cell: MarkdownCell): Blocks.Content[];