import { type Table } from './model/index.js'; /** * A grid's header row count: what the format declared, or — when it declared * none — 1 if the first row labels the columns and 0 otherwise. */ export declare function resolveHeaderRows(table: Table, declared: number): number;