import { IslandType } from "../enums/island-type"; export declare const islandSettings: { fogIslands: { type: IslandType; }; gridIslands: { type: IslandType; }; mazeIslands: { type: IslandType; }; heroicRaces: { type: IslandType; }; runnerIslands: { type: IslandType; }; puzzleIslands: { type: IslandType; }; progressiveIslands: { type: IslandType; }; };