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