/** * @license * Copyright Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { SafeHtml } from '../../internals/html_impl.js'; /** Safely creates a contextualFragment. */ export declare function rangeCreateContextualFragment(range: Range, html: SafeHtml): DocumentFragment;