import type { RecalcSheet } from "./RecalcSheet.js"; export type RecalcWorkbook = { sheets: Array; };