import type { SheetData } from './SheetData.d.js' import type { SheetOptions } from './SheetOptions.d.js' export interface Sheet extends SheetOptions { data: SheetData; }