import { Nation } from '../../schema/nation.js'; import { Region } from '../../schema/region.js'; import { DiplomacyRepository } from '../../storage/repos/diplomacy.repo.js'; export declare class FogOfWar { private diplomacyRepo; constructor(diplomacyRepo: DiplomacyRepository); filterWorldState(viewerNationId: string, allNations: Nation[], allRegions: Region[]): { nations: Partial[]; regions: Region[]; }; private fuzz; } //# sourceMappingURL=fog-of-war.d.ts.map