import type { RowGroup, RowNode } from "../types"; export declare function rowIsBranch(row: RowNode): row is RowGroup;