import type { HtmlSanitizerOptions } from 'roosterjs-editor-types';
/**
* @internal
* Clear local paths and remove link
* @param sanitizingOption the sanitizingOption of BeforePasteEvent
* */
export default function sanitizeLinks(sanitizingOption: Required): void;