import type { IConsoleCellExecutor } from './tokens'; /** * Run a console cell. * * @param options Cell execution options * @returns Execution status */ export declare function runCell({ cell, onCellExecuted, sessionContext }: IConsoleCellExecutor.IRunCellOptions): Promise;