export interface WelcomeBannerOpts { mode: string; metaLine?: string; hintLine?: string; model?: string; worktree?: string; cwd?: string; version?: string; } export declare function welcomeBanner(opts: WelcomeBannerOpts): string;