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