import type { Theme } from "@lpb-work/pi-coding-agent"; export declare function fuzzyFilter(items: T[], query: string): T[]; export declare function pad(s: string, len: number): string; export declare function row(content: string, width: number, theme: Theme): string; export declare function renderHeader(text: string, width: number, theme: Theme): string; export declare function formatPath(filePath: string): string; export declare function formatScrollInfo(above: number, below: number): string; export declare function renderFooter(text: string, width: number, theme: Theme): string; //# sourceMappingURL=render-helpers.d.ts.map