import type { Assets } from '../types'; export declare const applyContributionUplift: (upliftAssets: Assets, salary: number, contributionUpliftPercentage?: boolean | undefined, upliftAmount?: number | undefined) => { assets: Assets; };