import type { IEditor } from 'roosterjs-content-model-types'; /** * @internal */ export declare function setShortcutIndentationCommand(editor: IEditor, operation: 'indent' | 'outdent'): void;