import type { ReaderState } from './reader.state.js'; import type { RepaintCtx, schedulePaint as _schedulePaint, repaint as _repaint } from './reader.repaint.js'; export declare function handlePasteStart(st: ReaderState): void; export declare function handlePasteEnd(st: ReaderState, repaintCtx: RepaintCtx, repaintFn: typeof _repaint, schedulePaintFn: typeof _schedulePaint): void; export declare function handleCtrlV(st: ReaderState, repaintCtx: RepaintCtx, schedulePaintFn: typeof _schedulePaint): void;