/** True when the employee has spent at or above their calendar-month cap. * This is the only budget question any caller asks — block the turn or not. * An unset or non-positive cap means uncapped. */ export declare function isBudgetExhausted(employee: string, budgetConfig: Record | undefined): boolean; //# sourceMappingURL=budgets.d.ts.map