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