//#region cursor.d.ts declare function showCursor(show: boolean, stream?: NodeJS.WriteStream & { fd: 2; }): void; //#endregion export { showCursor };