/**
 * 3000 Starting Resources - Game Boon
 * Starting with increased initial resources for faster gameplay
 *
 * This strategic advantage boon gives players significantly more hexite and flux
 * to work with at the start of the match, allowing for rapid expansion,
 * multiple production queues, and aggressive early-game strategies.
 */
import { Boon } from "../../../engine/modifier.js";
/**
 * 3000 Starting Resources - Enhanced starting materials
 * All players start with 3000 hexite and 3000 flux instead of normal amounts
 */
export declare class ThreeKResources extends Boon {
    static src: string;
    constructor();
}
export default ThreeKResources;
//# sourceMappingURL=three-k-resources.d.ts.map