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