import { type FarmingAttributeShardSourceContext } from '../../constants/attributes.js';
import type { FarmingPlayer } from '../../player/player.js';
import type { DynamicFortuneSource } from './dynamicfortunesources.js';
export declare const GARDEN_CHIP_SOURCES: DynamicFortuneSource<FarmingPlayer>[];
export declare const GENERAL_FORTUNE_SOURCES: DynamicFortuneSource<FarmingPlayer>[];
export declare const ATTRIBUTE_FORTUNE_SOURCES: DynamicFortuneSource<FarmingAttributeShardSourceContext>[];
export declare const ATTRIBUTE_SHARD_PROGRESS_SOURCES: DynamicFortuneSource<FarmingAttributeShardSourceContext>[];
