import type { IEditor } from 'roosterjs-content-model-types'; /** * Toggle strikethrough style * @param editor The editor to operate on */ export declare function toggleStrikethrough(editor: IEditor): void;