import type { CopyHook } from "./types.js";
/**
 * An extension to handle copying to HTML.
 */
export declare const htmlCopy: () => CopyHook;
