export declare function insertText(text: string): void;
export declare const handlePaste: (e: any) => void;
export declare const moveCursorToTextEnd: (inputWarp: HTMLElement) => void;
