import type { AbstractColDef, ColGroupDef } from 'ag-grid-community';
export declare function isColGroupDef(colDef: AbstractColDef): colDef is ColGroupDef;
export declare function mergeLeafPathTrees(leafPathTrees: AbstractColDef[]): AbstractColDef[];
