import { Context } from "../context";
export declare function handlePaste(ctx: Context, e: ClipboardEvent): void;
export declare function handlePasteByClick(ctx: Context, triggerType?: string): void;
