import { Stat } from '../constants/stats.js';
import type { FortuneSource } from '../constants/upgrades.js';
export declare function getFortune(level: number | null | undefined, source: FortuneSource, stat?: Stat): number;
