import type { NextEditorPlugin } from '@atlaskit/editor-common/types';
export type ClearMarksOnEmptyDocPlugin = NextEditorPlugin<'clearMarksOnEmptyDoc'>;
