/**
 * Registers paste sanitization for the rich text editor.
 * @returns Null because the plugin only registers editor commands.
 */
export default function SanitizePastePlugin(): null;
