import type { Theme } from "@earendil-works/pi-coding-agent"; export declare function pad(text: string, width: number): string; export declare function boxLine(left: string, inner: string, right: string): string; export declare function makeTop(width: number, title: string, theme: Theme): string; export declare function makeBottom(width: number, footer: string | undefined, theme: Theme): string; //# sourceMappingURL=palette-render.d.ts.map