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