import type { NormalizedOrderbook } from "../providers/types.js"; export declare function renderOrderbookWatch(pool: string, data: NormalizedOrderbook, providerName: string): string; export declare function clearScreen(): void; export declare function hideCursor(): void; export declare function showCursor(): void;