import { type OfficeEditorExtension } from './office-editor-extension'; import type { SpreadsheetCommandContext, SpreadsheetEditorCommands } from './spreadsheet-command-controller'; export declare function createSpreadsheetSortExtension(): OfficeEditorExtension;