import type { Theme } from "./theme.js"; export declare function renderHomeScreen(input: { version: string; theme: Theme; }): string; export declare function renderHelpScreen(version: string): string; //# sourceMappingURL=home.d.ts.map