/** @jsxImportSource @opentui/react */ import type { ReactNode } from "react"; export declare function colorizeAnsi(text: string, code: number): string; export declare function formatHistoryLineForStdout(line: string): string; export declare function historyLineColor(line: string): string; interface OpenTuiPromptShellProps { children: ReactNode; } export declare function OpenTuiPromptShell({ children }: OpenTuiPromptShellProps): ReactNode; export {}; //# sourceMappingURL=open-tui-history.d.ts.map