import type { Column, GridSpec } from "../../../types.js"; import type { PivotModel } from "../../use-client-data-source.js"; import type { AggregationFn, Aggregator } from "@1771technologies/lytenyte-shared"; export declare function usePivotAggFunction(pivotColumns: Column[] | null, model: PivotModel | undefined, aggs?: Record>): AggregationFn | null;