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