import type { RenderContext } from '../../types.js'; export declare function renderProjectLine(ctx: RenderContext): string | null; export declare function renderGitFilesLine(ctx: RenderContext, terminalWidth?: number | null): string | null; //# sourceMappingURL=project.d.ts.map