import { Editor } from '../../core/Editor.js'; import { MutationOptions, TableLocator, TableMutationResult, TablesMoveInput, TablesSetLayoutInput, TablesSetAltTextInput, TablesConvertFromTextInput, TablesSplitInput, TablesConvertToTextInput, TablesInsertRowInput, TablesDeleteRowInput, TablesSetRowHeightInput, TablesDistributeRowsInput, TablesSetRowOptionsInput, TablesInsertColumnInput, TablesDeleteColumnInput, TablesSetColumnWidthInput, TablesDistributeColumnsInput, TablesInsertCellInput, TablesDeleteCellInput, TablesMergeCellsInput, TablesUnmergeCellsInput, TablesSplitCellInput, TablesSetCellPropertiesInput, TablesSortInput, TablesSetStyleInput, TablesClearStyleInput, TablesSetStyleOptionInput, TablesSetBorderInput, TablesClearBorderInput, TablesApplyBorderPresetInput, TablesSetShadingInput, TablesClearShadingInput, TablesSetTablePaddingInput, TablesSetCellPaddingInput, TablesSetCellSpacingInput, TablesClearCellSpacingInput, TablesApplyStyleInput, TablesSetBordersInput, TablesSetTableOptionsInput } from '@superdoc/document-api'; export declare function tablesDeleteWrapper(editor: Editor, input: TableLocator, options?: MutationOptions): TableMutationResult; export declare function tablesClearContentsWrapper(editor: Editor, input: TableLocator, options?: MutationOptions): TableMutationResult; export declare function tablesMoveWrapper(editor: Editor, input: TablesMoveInput, options?: MutationOptions): TableMutationResult; export declare function tablesConvertFromTextWrapper(editor: Editor, input: TablesConvertFromTextInput, options?: MutationOptions): TableMutationResult; export declare function tablesSplitWrapper(editor: Editor, input: TablesSplitInput, options?: MutationOptions): TableMutationResult; export declare function tablesConvertToTextWrapper(editor: Editor, input: TablesConvertToTextInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetLayoutWrapper(editor: Editor, input: TablesSetLayoutInput, options?: MutationOptions): TableMutationResult; export declare function tablesInsertRowWrapper(editor: Editor, input: TablesInsertRowInput, options?: MutationOptions): TableMutationResult; export declare function tablesDeleteRowWrapper(editor: Editor, input: TablesDeleteRowInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetRowHeightWrapper(editor: Editor, input: TablesSetRowHeightInput, options?: MutationOptions): TableMutationResult; export declare function tablesDistributeRowsWrapper(editor: Editor, input: TablesDistributeRowsInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetRowOptionsWrapper(editor: Editor, input: TablesSetRowOptionsInput, options?: MutationOptions): TableMutationResult; export declare function tablesInsertColumnWrapper(editor: Editor, input: TablesInsertColumnInput, options?: MutationOptions): TableMutationResult; export declare function tablesDeleteColumnWrapper(editor: Editor, input: TablesDeleteColumnInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetColumnWidthWrapper(editor: Editor, input: TablesSetColumnWidthInput, options?: MutationOptions): TableMutationResult; export declare function tablesDistributeColumnsWrapper(editor: Editor, input: TablesDistributeColumnsInput, options?: MutationOptions): TableMutationResult; export declare function tablesInsertCellWrapper(editor: Editor, input: TablesInsertCellInput, options?: MutationOptions): TableMutationResult; export declare function tablesDeleteCellWrapper(editor: Editor, input: TablesDeleteCellInput, options?: MutationOptions): TableMutationResult; export declare function tablesMergeCellsWrapper(editor: Editor, input: TablesMergeCellsInput, options?: MutationOptions): TableMutationResult; export declare function tablesUnmergeCellsWrapper(editor: Editor, input: TablesUnmergeCellsInput, options?: MutationOptions): TableMutationResult; export declare function tablesSplitCellWrapper(editor: Editor, input: TablesSplitCellInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetCellPropertiesWrapper(editor: Editor, input: TablesSetCellPropertiesInput, options?: MutationOptions): TableMutationResult; export declare function tablesSortWrapper(editor: Editor, input: TablesSortInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetAltTextWrapper(editor: Editor, input: TablesSetAltTextInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetStyleWrapper(editor: Editor, input: TablesSetStyleInput, options?: MutationOptions): TableMutationResult; export declare function tablesClearStyleWrapper(editor: Editor, input: TablesClearStyleInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetStyleOptionWrapper(editor: Editor, input: TablesSetStyleOptionInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetBorderWrapper(editor: Editor, input: TablesSetBorderInput, options?: MutationOptions): TableMutationResult; export declare function tablesClearBorderWrapper(editor: Editor, input: TablesClearBorderInput, options?: MutationOptions): TableMutationResult; export declare function tablesApplyBorderPresetWrapper(editor: Editor, input: TablesApplyBorderPresetInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetShadingWrapper(editor: Editor, input: TablesSetShadingInput, options?: MutationOptions): TableMutationResult; export declare function tablesClearShadingWrapper(editor: Editor, input: TablesClearShadingInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetTablePaddingWrapper(editor: Editor, input: TablesSetTablePaddingInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetCellPaddingWrapper(editor: Editor, input: TablesSetCellPaddingInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetCellSpacingWrapper(editor: Editor, input: TablesSetCellSpacingInput, options?: MutationOptions): TableMutationResult; export declare function tablesClearCellSpacingWrapper(editor: Editor, input: TablesClearCellSpacingInput, options?: MutationOptions): TableMutationResult; export declare function tablesApplyStyleWrapper(editor: Editor, input: TablesApplyStyleInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetBordersWrapper(editor: Editor, input: TablesSetBordersInput, options?: MutationOptions): TableMutationResult; export declare function tablesSetTableOptionsWrapper(editor: Editor, input: TablesSetTableOptionsInput, options?: MutationOptions): TableMutationResult; //# sourceMappingURL=tables-wrappers.d.ts.map