/*! * Lattice Grid 1.65.0, geo-world-50m module type declarations * Copyright (c) 2026 TOCLOCO Inc. All rights reserved. * https://latticegrid.dev */ import type { GeoPack, } from '../lattice-grid.js'; /** * World countries at 1:50m — an optional geometry pack. * Generated from Natural Earth (public domain); 241 countries, including the * micro-states the 1:110m pack omits. */ export const pack: GeoPack; export default pack;