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