import type { Widget } from './types.js'; /** Session cost widget — reads cost.total_cost_usd from Claude Code stdin. */ export declare const costWidget: Widget;