/** * Command History Panel */ import React from 'react'; import type { Session } from '../../../types/session.types.js'; export declare function CommandHistoryPanel({ session }: { session: Session; }): React.JSX.Element; //# sourceMappingURL=command-history-panel.d.ts.map