import type { Column } from './index.js';
import type { SlickGrid } from '../slick.grid.js';

export type GroupTotalsFormatter = (totals: any, columnDef: Column, grid: SlickGrid) => string;
