import type { FarmingArmor } from '../../fortune/farmingarmor.js';
import type { FarmingEquipment } from '../../fortune/farmingequipment.js';
import type { DynamicFortuneSource } from './dynamicfortunesources.js';
export declare const GEAR_FORTUNE_SOURCES: DynamicFortuneSource<FarmingArmor | FarmingEquipment>[];
