/** * Number of terminal columns a worktree/session row label may occupy. * Passed to calculateColumnPositions, which drops the aligned session-state * column when the resulting layout would not fit in it. */ export declare function useAvailableLabelWidth(): number;