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