import type { InkTheme } from "../render/ink-theme.js"; export declare function directoryRow(input: { readonly ink: InkTheme; readonly columns: number; readonly cwd: string; readonly branch: string | undefined; }): string;