import * as itinerary from "./itinerary"; import * as map from "./map"; import * as route from "./route"; import * as storage from "./storage"; import * as time from "./time"; import * as ui from "./ui"; import * as queryGen from "./query-gen"; import SafeSuspense from "./suspense"; declare const core: { itinerary: typeof itinerary; map: typeof map; profile: any; query: any; queryGen: typeof queryGen; queryParams: any; route: typeof route; storage: typeof storage; time: typeof time; ui: typeof ui; }; export { SafeSuspense }; export default core; //# sourceMappingURL=index.d.ts.map