import type { Language, Blocks, CodeCell } from '@curvenote/blocks'; export declare function toJupyter(block: Blocks.Code): CodeCell; export declare function fromJupyter(jupyterCell: CodeCell, language: Language | undefined): (Blocks.Code | Blocks.Output)[];