/** * Whether the current user can see the expense-automation–gated tabs — AI Close * (`command_center`) and AI Accountant (`performance`) — and access their * routes. Both tabs read this single value so they stay in lockstep. * * The user/role come from the global-info context and the V1/V2 flags from the * feature-gate context, so callers don't need to pass anything in. See * {@link isExpenseAutomationTabAccessible} for the exact rule. */ export declare function useExpenseAutomationEnabledForUser(): boolean;