import type { Context } from '@wrongstack/core/agent'; export declare function formatWorkingDirChip(workingDir: string | undefined, projectRoot: string): string | undefined; /** * Derive and keep in sync the relative working-directory chip text shown in * the TUI status bar. */ export declare function useWorkingDirChip(ctx: Context, projectRoot: string): string | undefined; //# sourceMappingURL=use-working-dir-chip.d.ts.map