import type { Increase } from './Increase'; export declare type Annuity = { lumpSumPercentage: number; pensionIncrease: Increase; spousePercentage: number; guaranteePeriod: number; };