import type { PasteHook } from "./types.js";
/**
 * An extension to handle pasting / dropping from plain text.
 */
export declare const plainPaste: () => PasteHook;
