import type { Theme } from "@earendil-works/pi-coding-agent"; export declare function padManagerLine(text: string, width: number): string; /** A theme-native shell separates the custom manager from Pi's transcript/footer. */ export declare function framePluginManager(lines: readonly string[], width: number, theme: Theme): string[];