export { plainCopy } from "./plain.js";
export { htmlCopy } from "./html.js";
export { internalCopy } from "./internal.js";
export type { CopyHook } from "./types.js";
