import { RegionMessages } from "../../../country/index.js";
import { honolulu_en } from "./honolulu/Honolulu_en.js";
import { HawaiiCountyCode } from "./HawaiiCountyCode.js";
export const hawai_en = RegionMessages.create("Hawaii", {
[HawaiiCountyCode.Honolulu]: honolulu_en
});