import type { FortuneSource, FortuneSourceProgress } from '../constants/upgrades.js';
import type { Upgradeable } from '../fortune/upgradeable.js';
export declare function getFortuneProgress(level: number | null | undefined, source: FortuneSource): FortuneSourceProgress;
export declare function getItemProgress(item: Upgradeable): FortuneSourceProgress;
