import { ICell, ICodeCell, ITextCell } from './cellify'; export declare function build(cells: ICell[]): string; export declare function isCodeCell(cell: ICodeCell | ITextCell): cell is ICodeCell;