import type { CellRange } from '../ts-types'; export declare function isSameRange(range1: CellRange | undefined | null, range2: CellRange | undefined | null): boolean;