import { type OfficeEditorExtension } from './office-editor-extension'; import type { SpreadsheetCommandContext, SpreadsheetEditorCommands } from './spreadsheet-command-controller'; export declare const MAX_SPREADSHEET_VISIBILITY_ROWS = 10000; export declare const MAX_SPREADSHEET_VISIBILITY_COLUMNS = 1000; export declare function createSpreadsheetStructureExtension(): OfficeEditorExtension;