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