/** * We can implement basic Excel-like spreadsheet operations by looking at * token names and using them as cell identifiers. */ export default function spreadsheet(): void;