/**
 * Boons - All game boons (positive modifiers)
 *
 * This module exports all available boons for ZeroSpace gameplay.
 * Boons are positive modifiers that provide advantages and enhance
 * various aspects of gameplay, from combat effectiveness to economic
 * efficiency.
 *
 * Boon Categories:
 * - Combat: Air Supremacy, Shielding
 * - Economic: Goldrush
 * - Mobility: Haste
 * - Special: Spiderlings
 */
declare const _default: never[];
export default _default;
//# sourceMappingURL=boons.d.ts.map