import { SheetSelection } from '../selection/SheetSelection'; /** * 全选范围 */ export declare function selectAll(sheetIndex: number): SheetSelection;