import type { DeleteSelectionStep } from 'roosterjs-content-model-types'; /** * @internal */ export declare const handleEnterOnParagraph: (formatsToPreserveOnMerge: string[]) => DeleteSelectionStep;