import { IAccessor } from '@univerjs/core';
import { SheetsSelectionsService } from '../../services/selections/selection.service';
export declare function getSelectionsService(accessor: IAccessor, fromCurrentSelection?: boolean): SheetsSelectionsService;