/*! * Lattice Grid 1.65.0, geo-us-states module type declarations * Copyright (c) 2026 TOCLOCO Inc. All rights reserved. * https://latticegrid.dev */ import type { GeoPack, } from '../lattice-grid.js'; /** * United States, states and DC — an optional geometry pack. * Generated from the US Census Bureau via `us-atlas` (public domain); joins on * USPS, FIPS or ISO codes. */ export const pack: GeoPack; export default pack;