import type { BeforePasteEvent } from 'roosterjs-editor-types'; /** * @internal * Converts all the Word generated list items in the specified node into standard HTML UL and OL tags */ export default function convertPastedContentFromWord(event: BeforePasteEvent): void;