/** * 切换中划线的指令 */ declare function toggleStrikeMark(options: any, editor: any): any; export { toggleStrikeMark };