import type { Blocks, JupyterNotebook } from '@curvenote/blocks'; export declare function blocksToIpynb(container: Blocks.Notebook, childBlocks: (Blocks.Content | Blocks.Code | Blocks.Output)[]): JupyterNotebook;