import type { RecalcCell } from "./RecalcCell.js"; export type RecalcSheet = { index: number; name: string; cells: Array; };