import { ProgrammaticCellUpdateT } from '../../types/programmaticCellUpdateT'; import { ActiveTable } from '../../activeTable'; export declare class ProgrammaticCellUpdate { static updateText(at: ActiveTable, programmaticCellUpdate: ProgrammaticCellUpdateT): void; } //# sourceMappingURL=programmaticCellUpdate.d.ts.map