import { Notebook } from '@jupyterlab/notebook'; import { Cell } from '@jupyterlab/cells'; export declare function sendJupyterCodeCells(notebook: Notebook, filter: string, url: string): void; export declare function getCodeCellsByTag(notebook: Notebook, tag: string): Cell[]; export declare class BeakerxRestHandler { private api; constructor(); private setApi; post(data: any): void; }