import type { CopyHook } from "./types.js";
/**
 * An extension to handle copying to edix editor instance.
 */
export declare const internalCopy: ({ key, }?: {
    key?: string;
}) => CopyHook;
