import { vLen, rPad } from './theme.js'; export { vLen, rPad }; export interface RecentSession { id: string; goal: string; } export declare function renderBanner(sessions?: RecentSession[]): string; //# sourceMappingURL=banner.d.ts.map