import type { SheetData } from './SheetData.d.js' export type Sheet = { sheet: string; data: SheetData; }