import type { Increase } from './Increase'; export declare type DefinedBenefits = Array<{ income: number; todaysPrices: boolean; startDate: string; incomeIncrease: Increase; }>;