import { Indices } from "./types";
export declare function isValidIndicesRange(rowIndex: number, columnIndex: number, indices: Indices): boolean;
