import { CellKind } from '../../common'; import { NotebookCellModel } from '../view-model/notebook-cell-model'; import { NotebookModel } from '../view-model/notebook-model'; /** * a collection of different reusable notbook cell operations */ export declare function changeCellType(notebookModel: NotebookModel, cell: NotebookCellModel, type: CellKind, language?: string): void; //# sourceMappingURL=cell-operations.d.ts.map