import type { DeleteSelectionStep } from 'roosterjs-content-model-types'; /** * @internal * If the first item o the list is selected in a expanded selection, we need to remove the list item levels * @param context A context object provided by formatContentModel API */ export declare const deleteEmptyList: DeleteSelectionStep;