import type { RowType, PluginHook } from '../../types/index.js';
export declare const useGroupBy: PluginHook;
export declare function defaultGroupByFn(rows: RowType[], columnId: string): Record<string, RowType[]>;
