import type { ResolvedColumn } from './engine'; /** Column + row pairs that participate in background AI (vision / rich text / long text). */ export declare function isAiAnalysableCell(col: ResolvedColumn, row: Record): boolean; //# sourceMappingURL=aiColumnEligible.d.ts.map