Version: 0.0.11.0.0-beta.01.0.0-beta.11.0.0-beta.21.0.0-beta.31.0.01.0.11.0.21.0.31.0.41.0.51.1.01.1.11.1.22.0.02.0.12.0.22.1.02.1.12.1.22.1.32.1.42.2.02.2.12.3.02.3.12.3.22.3.32.3.4-testing.02.3.42.3.5
/// <reference types="node" />
export declare class Cursor {
static stream: NodeJS.WriteStream;
private static _isVisible;
private static _listenerAttached;
static show(): void;
static hide(): void;
static toggle(): void;
}