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