import { IPlaces } from "./types.js"; export { Places, IPlaces, Place, IPlace, Room, IRoom, RoomList, IRoomlist, RoomLists, IRoomlists, } from "./types.js"; declare module "../fi" { interface GraphFI { readonly places: IPlaces; } } //# sourceMappingURL=index.d.ts.map