import type { CellView } from '@difizen/libro-jupyter';
export declare function stringToReadableStream(inputString: string): ReadableStream<any>;
export declare function addCellAIClassname(cell: CellView): void;
export declare function cancelCellAIClassname(cell: CellView): void;
//# sourceMappingURL=utils.d.ts.map