import { CanBeArray } from '../../shared/types';
import { CursorMoveRightTypingNode } from '../nodes.types';
export declare const cursorRight: (distance: number, options?: {
    delay?: number;
    instant?: boolean;
}) => CanBeArray<CursorMoveRightTypingNode>;
