import type { RowLeaf } from "@1771technologies/lytenyte-shared"; import type { PivotModel } from "../../../use-client-data-source"; import type { GridSpec } from "../../../../types.js"; export declare function pivotPaths(filtered: number[], leafs: RowLeaf[], columns: Required>["columns"], measures: PivotModel["measures"], labelFilter: PivotModel["colLabelFilter"]): string[];