import type { ArmorSet } from '../../fortune/farmingarmor.js';
import type { DynamicFortuneSource } from './dynamicfortunesources.js';
export declare const ARMOR_SET_FORTUNE_SOURCES: DynamicFortuneSource<ArmorSet>[];
