/* eslint-disable */

// @ts-nocheck

// noinspection JSUnusedGlobalSymbols

// This file was automatically generated by TanStack Router.
// You should NOT make any changes in this file as it will be overwritten.
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.

import { Route as rootRouteImport } from './routes/__root'
import { Route as IndexRouteImport } from './routes/index'
import { Route as AuditRouteImport } from './routes/audit'
import { Route as BookingsRouteImport } from './routes/bookings'
import { Route as CommunityRouteImport } from './routes/community'
import { Route as ContentRouteImport } from './routes/content'
import { Route as DocumentsRouteImport } from './routes/documents'
import { Route as FlightsRouteImport } from './routes/flights'
import { Route as HotelsRouteImport } from './routes/hotels'
import { Route as ImportsRouteImport } from './routes/imports'
import { Route as ItinerariesRouteImport } from './routes/itineraries'
import { Route as LoginRouteImport } from './routes/login'
import { Route as LoyaltyRouteImport } from './routes/loyalty'
import { Route as MasterTypesRouteImport } from './routes/master-types'
import { Route as NotificationsRouteImport } from './routes/notifications'
import { Route as PaymentsRouteImport } from './routes/payments'
import { Route as ReferralsRouteImport } from './routes/referrals'
import { Route as ReportsRouteImport } from './routes/reports'
import { Route as SettingsRouteImport } from './routes/settings'
import { Route as TourManagersRouteImport } from './routes/tour-managers'
import { Route as TransportRouteImport } from './routes/transport'
import { Route as UsersRouteImport } from './routes/users'
import { Route as WishlistRouteImport } from './routes/wishlist'
import { Route as DestinationsIndexRouteImport } from './routes/destinations.index'
import { Route as DestinationsIdRouteImport } from './routes/destinations.$id'
import { Route as DestinationsNewRouteImport } from './routes/destinations.new'
import { Route as GuestsIndexRouteImport } from './routes/guests.index'
import { Route as GuestsIdRouteImport } from './routes/guests.$id'
import { Route as ToursIndexRouteImport } from './routes/tours.index'
import { Route as ToursIdRouteImport } from './routes/tours.$id'
import { Route as ToursNewRouteImport } from './routes/tours.new'
import { Route as TripsIndexRouteImport } from './routes/trips.index'
import { Route as TripsIdRouteImport } from './routes/trips.$id'
import { Route as ToursEditIdRouteImport } from './routes/tours.edit.$id'

const IndexRoute = IndexRouteImport.update({
  id: '/',
  path: '/',
  getParentRoute: () => rootRouteImport,
} as any)
const AuditRoute = AuditRouteImport.update({
  id: '/audit',
  path: '/audit',
  getParentRoute: () => rootRouteImport,
} as any)
const BookingsRoute = BookingsRouteImport.update({
  id: '/bookings',
  path: '/bookings',
  getParentRoute: () => rootRouteImport,
} as any)
const CommunityRoute = CommunityRouteImport.update({
  id: '/community',
  path: '/community',
  getParentRoute: () => rootRouteImport,
} as any)
const ContentRoute = ContentRouteImport.update({
  id: '/content',
  path: '/content',
  getParentRoute: () => rootRouteImport,
} as any)
const DocumentsRoute = DocumentsRouteImport.update({
  id: '/documents',
  path: '/documents',
  getParentRoute: () => rootRouteImport,
} as any)
const FlightsRoute = FlightsRouteImport.update({
  id: '/flights',
  path: '/flights',
  getParentRoute: () => rootRouteImport,
} as any)
const HotelsRoute = HotelsRouteImport.update({
  id: '/hotels',
  path: '/hotels',
  getParentRoute: () => rootRouteImport,
} as any)
const ImportsRoute = ImportsRouteImport.update({
  id: '/imports',
  path: '/imports',
  getParentRoute: () => rootRouteImport,
} as any)
const ItinerariesRoute = ItinerariesRouteImport.update({
  id: '/itineraries',
  path: '/itineraries',
  getParentRoute: () => rootRouteImport,
} as any)
const LoginRoute = LoginRouteImport.update({
  id: '/login',
  path: '/login',
  getParentRoute: () => rootRouteImport,
} as any)
const LoyaltyRoute = LoyaltyRouteImport.update({
  id: '/loyalty',
  path: '/loyalty',
  getParentRoute: () => rootRouteImport,
} as any)
const MasterTypesRoute = MasterTypesRouteImport.update({
  id: '/master-types',
  path: '/master-types',
  getParentRoute: () => rootRouteImport,
} as any)
const NotificationsRoute = NotificationsRouteImport.update({
  id: '/notifications',
  path: '/notifications',
  getParentRoute: () => rootRouteImport,
} as any)
const PaymentsRoute = PaymentsRouteImport.update({
  id: '/payments',
  path: '/payments',
  getParentRoute: () => rootRouteImport,
} as any)
const ReferralsRoute = ReferralsRouteImport.update({
  id: '/referrals',
  path: '/referrals',
  getParentRoute: () => rootRouteImport,
} as any)
const ReportsRoute = ReportsRouteImport.update({
  id: '/reports',
  path: '/reports',
  getParentRoute: () => rootRouteImport,
} as any)
const SettingsRoute = SettingsRouteImport.update({
  id: '/settings',
  path: '/settings',
  getParentRoute: () => rootRouteImport,
} as any)
const TourManagersRoute = TourManagersRouteImport.update({
  id: '/tour-managers',
  path: '/tour-managers',
  getParentRoute: () => rootRouteImport,
} as any)
const TransportRoute = TransportRouteImport.update({
  id: '/transport',
  path: '/transport',
  getParentRoute: () => rootRouteImport,
} as any)
const UsersRoute = UsersRouteImport.update({
  id: '/users',
  path: '/users',
  getParentRoute: () => rootRouteImport,
} as any)
const WishlistRoute = WishlistRouteImport.update({
  id: '/wishlist',
  path: '/wishlist',
  getParentRoute: () => rootRouteImport,
} as any)
const DestinationsIndexRoute = DestinationsIndexRouteImport.update({
  id: '/destinations/',
  path: '/destinations/',
  getParentRoute: () => rootRouteImport,
} as any)
const DestinationsIdRoute = DestinationsIdRouteImport.update({
  id: '/destinations/$id',
  path: '/destinations/$id',
  getParentRoute: () => rootRouteImport,
} as any)
const DestinationsNewRoute = DestinationsNewRouteImport.update({
  id: '/destinations/new',
  path: '/destinations/new',
  getParentRoute: () => rootRouteImport,
} as any)
const GuestsIndexRoute = GuestsIndexRouteImport.update({
  id: '/guests/',
  path: '/guests/',
  getParentRoute: () => rootRouteImport,
} as any)
const GuestsIdRoute = GuestsIdRouteImport.update({
  id: '/guests/$id',
  path: '/guests/$id',
  getParentRoute: () => rootRouteImport,
} as any)
const ToursIndexRoute = ToursIndexRouteImport.update({
  id: '/tours/',
  path: '/tours/',
  getParentRoute: () => rootRouteImport,
} as any)
const ToursIdRoute = ToursIdRouteImport.update({
  id: '/tours/$id',
  path: '/tours/$id',
  getParentRoute: () => rootRouteImport,
} as any)
const ToursNewRoute = ToursNewRouteImport.update({
  id: '/tours/new',
  path: '/tours/new',
  getParentRoute: () => rootRouteImport,
} as any)
const TripsIndexRoute = TripsIndexRouteImport.update({
  id: '/trips/',
  path: '/trips/',
  getParentRoute: () => rootRouteImport,
} as any)
const TripsIdRoute = TripsIdRouteImport.update({
  id: '/trips/$id',
  path: '/trips/$id',
  getParentRoute: () => rootRouteImport,
} as any)
const ToursEditIdRoute = ToursEditIdRouteImport.update({
  id: '/tours/edit/$id',
  path: '/tours/edit/$id',
  getParentRoute: () => rootRouteImport,
} as any)

export interface FileRoutesByFullPath {
  '/': typeof IndexRoute
  '/audit': typeof AuditRoute
  '/bookings': typeof BookingsRoute
  '/community': typeof CommunityRoute
  '/content': typeof ContentRoute
  '/documents': typeof DocumentsRoute
  '/flights': typeof FlightsRoute
  '/hotels': typeof HotelsRoute
  '/imports': typeof ImportsRoute
  '/itineraries': typeof ItinerariesRoute
  '/login': typeof LoginRoute
  '/loyalty': typeof LoyaltyRoute
  '/master-types': typeof MasterTypesRoute
  '/notifications': typeof NotificationsRoute
  '/payments': typeof PaymentsRoute
  '/referrals': typeof ReferralsRoute
  '/reports': typeof ReportsRoute
  '/settings': typeof SettingsRoute
  '/tour-managers': typeof TourManagersRoute
  '/transport': typeof TransportRoute
  '/users': typeof UsersRoute
  '/wishlist': typeof WishlistRoute
  '/destinations/$id': typeof DestinationsIdRoute
  '/destinations/new': typeof DestinationsNewRoute
  '/guests/$id': typeof GuestsIdRoute
  '/tours/$id': typeof ToursIdRoute
  '/tours/new': typeof ToursNewRoute
  '/trips/$id': typeof TripsIdRoute
  '/destinations/': typeof DestinationsIndexRoute
  '/guests/': typeof GuestsIndexRoute
  '/tours/': typeof ToursIndexRoute
  '/trips/': typeof TripsIndexRoute
  '/tours/edit/$id': typeof ToursEditIdRoute
}
export interface FileRoutesByTo {
  '/': typeof IndexRoute
  '/audit': typeof AuditRoute
  '/bookings': typeof BookingsRoute
  '/community': typeof CommunityRoute
  '/content': typeof ContentRoute
  '/documents': typeof DocumentsRoute
  '/flights': typeof FlightsRoute
  '/hotels': typeof HotelsRoute
  '/imports': typeof ImportsRoute
  '/itineraries': typeof ItinerariesRoute
  '/login': typeof LoginRoute
  '/loyalty': typeof LoyaltyRoute
  '/master-types': typeof MasterTypesRoute
  '/notifications': typeof NotificationsRoute
  '/payments': typeof PaymentsRoute
  '/referrals': typeof ReferralsRoute
  '/reports': typeof ReportsRoute
  '/settings': typeof SettingsRoute
  '/tour-managers': typeof TourManagersRoute
  '/transport': typeof TransportRoute
  '/users': typeof UsersRoute
  '/wishlist': typeof WishlistRoute
  '/destinations/$id': typeof DestinationsIdRoute
  '/destinations/new': typeof DestinationsNewRoute
  '/guests/$id': typeof GuestsIdRoute
  '/tours/$id': typeof ToursIdRoute
  '/tours/new': typeof ToursNewRoute
  '/trips/$id': typeof TripsIdRoute
  '/destinations': typeof DestinationsIndexRoute
  '/guests': typeof GuestsIndexRoute
  '/tours': typeof ToursIndexRoute
  '/trips': typeof TripsIndexRoute
  '/tours/edit/$id': typeof ToursEditIdRoute
}
export interface FileRoutesById {
  __root__: typeof rootRouteImport
  '/': typeof IndexRoute
  '/audit': typeof AuditRoute
  '/bookings': typeof BookingsRoute
  '/community': typeof CommunityRoute
  '/content': typeof ContentRoute
  '/documents': typeof DocumentsRoute
  '/flights': typeof FlightsRoute
  '/hotels': typeof HotelsRoute
  '/imports': typeof ImportsRoute
  '/itineraries': typeof ItinerariesRoute
  '/login': typeof LoginRoute
  '/loyalty': typeof LoyaltyRoute
  '/master-types': typeof MasterTypesRoute
  '/notifications': typeof NotificationsRoute
  '/payments': typeof PaymentsRoute
  '/referrals': typeof ReferralsRoute
  '/reports': typeof ReportsRoute
  '/settings': typeof SettingsRoute
  '/tour-managers': typeof TourManagersRoute
  '/transport': typeof TransportRoute
  '/users': typeof UsersRoute
  '/wishlist': typeof WishlistRoute
  '/destinations/$id': typeof DestinationsIdRoute
  '/destinations/new': typeof DestinationsNewRoute
  '/guests/$id': typeof GuestsIdRoute
  '/tours/$id': typeof ToursIdRoute
  '/tours/new': typeof ToursNewRoute
  '/trips/$id': typeof TripsIdRoute
  '/destinations/': typeof DestinationsIndexRoute
  '/guests/': typeof GuestsIndexRoute
  '/tours/': typeof ToursIndexRoute
  '/trips/': typeof TripsIndexRoute
  '/tours/edit/$id': typeof ToursEditIdRoute
}
export interface FileRouteTypes {
  fileRoutesByFullPath: FileRoutesByFullPath
  fullPaths:
    | '/'
    | '/audit'
    | '/bookings'
    | '/community'
    | '/content'
    | '/documents'
    | '/flights'
    | '/hotels'
    | '/imports'
    | '/itineraries'
    | '/login'
    | '/loyalty'
    | '/master-types'
    | '/notifications'
    | '/payments'
    | '/referrals'
    | '/reports'
    | '/settings'
    | '/tour-managers'
    | '/transport'
    | '/users'
    | '/wishlist'
    | '/destinations/$id'
    | '/destinations/new'
    | '/guests/$id'
    | '/tours/$id'
    | '/tours/new'
    | '/trips/$id'
    | '/destinations/'
    | '/guests/'
    | '/tours/'
    | '/trips/'
    | '/tours/edit/$id'
  fileRoutesByTo: FileRoutesByTo
  to:
    | '/'
    | '/audit'
    | '/bookings'
    | '/community'
    | '/content'
    | '/documents'
    | '/flights'
    | '/hotels'
    | '/imports'
    | '/itineraries'
    | '/login'
    | '/loyalty'
    | '/master-types'
    | '/notifications'
    | '/payments'
    | '/referrals'
    | '/reports'
    | '/settings'
    | '/tour-managers'
    | '/transport'
    | '/users'
    | '/wishlist'
    | '/destinations/$id'
    | '/destinations/new'
    | '/guests/$id'
    | '/tours/$id'
    | '/tours/new'
    | '/trips/$id'
    | '/destinations'
    | '/guests'
    | '/tours'
    | '/trips'
    | '/tours/edit/$id'
  id:
    | '__root__'
    | '/'
    | '/audit'
    | '/bookings'
    | '/community'
    | '/content'
    | '/documents'
    | '/flights'
    | '/hotels'
    | '/imports'
    | '/itineraries'
    | '/login'
    | '/loyalty'
    | '/master-types'
    | '/notifications'
    | '/payments'
    | '/referrals'
    | '/reports'
    | '/settings'
    | '/tour-managers'
    | '/transport'
    | '/users'
    | '/wishlist'
    | '/destinations/$id'
    | '/destinations/new'
    | '/guests/$id'
    | '/tours/$id'
    | '/tours/new'
    | '/trips/$id'
    | '/destinations/'
    | '/guests/'
    | '/tours/'
    | '/trips/'
    | '/tours/edit/$id'
  fileRoutesById: FileRoutesById
}
export interface RootRouteChildren {
  IndexRoute: typeof IndexRoute
  AuditRoute: typeof AuditRoute
  BookingsRoute: typeof BookingsRoute
  CommunityRoute: typeof CommunityRoute
  ContentRoute: typeof ContentRoute
  DocumentsRoute: typeof DocumentsRoute
  FlightsRoute: typeof FlightsRoute
  HotelsRoute: typeof HotelsRoute
  ImportsRoute: typeof ImportsRoute
  ItinerariesRoute: typeof ItinerariesRoute
  LoginRoute: typeof LoginRoute
  LoyaltyRoute: typeof LoyaltyRoute
  MasterTypesRoute: typeof MasterTypesRoute
  NotificationsRoute: typeof NotificationsRoute
  PaymentsRoute: typeof PaymentsRoute
  ReferralsRoute: typeof ReferralsRoute
  ReportsRoute: typeof ReportsRoute
  SettingsRoute: typeof SettingsRoute
  TourManagersRoute: typeof TourManagersRoute
  TransportRoute: typeof TransportRoute
  UsersRoute: typeof UsersRoute
  WishlistRoute: typeof WishlistRoute
  DestinationsIdRoute: typeof DestinationsIdRoute
  DestinationsNewRoute: typeof DestinationsNewRoute
  GuestsIdRoute: typeof GuestsIdRoute
  ToursIdRoute: typeof ToursIdRoute
  ToursNewRoute: typeof ToursNewRoute
  TripsIdRoute: typeof TripsIdRoute
  DestinationsIndexRoute: typeof DestinationsIndexRoute
  GuestsIndexRoute: typeof GuestsIndexRoute
  ToursIndexRoute: typeof ToursIndexRoute
  TripsIndexRoute: typeof TripsIndexRoute
  ToursEditIdRoute: typeof ToursEditIdRoute
}

declare module '@tanstack/react-router' {
  interface FileRoutesByPath {
    '/': {
      id: '/'
      path: '/'
      fullPath: '/'
      preLoaderRoute: typeof IndexRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/audit': {
      id: '/audit'
      path: '/audit'
      fullPath: '/audit'
      preLoaderRoute: typeof AuditRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/bookings': {
      id: '/bookings'
      path: '/bookings'
      fullPath: '/bookings'
      preLoaderRoute: typeof BookingsRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/community': {
      id: '/community'
      path: '/community'
      fullPath: '/community'
      preLoaderRoute: typeof CommunityRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/content': {
      id: '/content'
      path: '/content'
      fullPath: '/content'
      preLoaderRoute: typeof ContentRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/documents': {
      id: '/documents'
      path: '/documents'
      fullPath: '/documents'
      preLoaderRoute: typeof DocumentsRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/flights': {
      id: '/flights'
      path: '/flights'
      fullPath: '/flights'
      preLoaderRoute: typeof FlightsRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/hotels': {
      id: '/hotels'
      path: '/hotels'
      fullPath: '/hotels'
      preLoaderRoute: typeof HotelsRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/imports': {
      id: '/imports'
      path: '/imports'
      fullPath: '/imports'
      preLoaderRoute: typeof ImportsRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/itineraries': {
      id: '/itineraries'
      path: '/itineraries'
      fullPath: '/itineraries'
      preLoaderRoute: typeof ItinerariesRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/login': {
      id: '/login'
      path: '/login'
      fullPath: '/login'
      preLoaderRoute: typeof LoginRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/loyalty': {
      id: '/loyalty'
      path: '/loyalty'
      fullPath: '/loyalty'
      preLoaderRoute: typeof LoyaltyRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/master-types': {
      id: '/master-types'
      path: '/master-types'
      fullPath: '/master-types'
      preLoaderRoute: typeof MasterTypesRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/notifications': {
      id: '/notifications'
      path: '/notifications'
      fullPath: '/notifications'
      preLoaderRoute: typeof NotificationsRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/payments': {
      id: '/payments'
      path: '/payments'
      fullPath: '/payments'
      preLoaderRoute: typeof PaymentsRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/referrals': {
      id: '/referrals'
      path: '/referrals'
      fullPath: '/referrals'
      preLoaderRoute: typeof ReferralsRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/reports': {
      id: '/reports'
      path: '/reports'
      fullPath: '/reports'
      preLoaderRoute: typeof ReportsRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/settings': {
      id: '/settings'
      path: '/settings'
      fullPath: '/settings'
      preLoaderRoute: typeof SettingsRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/tour-managers': {
      id: '/tour-managers'
      path: '/tour-managers'
      fullPath: '/tour-managers'
      preLoaderRoute: typeof TourManagersRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/transport': {
      id: '/transport'
      path: '/transport'
      fullPath: '/transport'
      preLoaderRoute: typeof TransportRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/users': {
      id: '/users'
      path: '/users'
      fullPath: '/users'
      preLoaderRoute: typeof UsersRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/wishlist': {
      id: '/wishlist'
      path: '/wishlist'
      fullPath: '/wishlist'
      preLoaderRoute: typeof WishlistRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/destinations/': {
      id: '/destinations/'
      path: '/destinations'
      fullPath: '/destinations/'
      preLoaderRoute: typeof DestinationsIndexRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/destinations/$id': {
      id: '/destinations/$id'
      path: '/destinations/$id'
      fullPath: '/destinations/$id'
      preLoaderRoute: typeof DestinationsIdRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/destinations/new': {
      id: '/destinations/new'
      path: '/destinations/new'
      fullPath: '/destinations/new'
      preLoaderRoute: typeof DestinationsNewRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/guests/': {
      id: '/guests/'
      path: '/guests'
      fullPath: '/guests/'
      preLoaderRoute: typeof GuestsIndexRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/guests/$id': {
      id: '/guests/$id'
      path: '/guests/$id'
      fullPath: '/guests/$id'
      preLoaderRoute: typeof GuestsIdRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/tours/': {
      id: '/tours/'
      path: '/tours'
      fullPath: '/tours/'
      preLoaderRoute: typeof ToursIndexRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/tours/$id': {
      id: '/tours/$id'
      path: '/tours/$id'
      fullPath: '/tours/$id'
      preLoaderRoute: typeof ToursIdRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/tours/new': {
      id: '/tours/new'
      path: '/tours/new'
      fullPath: '/tours/new'
      preLoaderRoute: typeof ToursNewRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/trips/': {
      id: '/trips/'
      path: '/trips'
      fullPath: '/trips/'
      preLoaderRoute: typeof TripsIndexRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/trips/$id': {
      id: '/trips/$id'
      path: '/trips/$id'
      fullPath: '/trips/$id'
      preLoaderRoute: typeof TripsIdRouteImport
      parentRoute: typeof rootRouteImport
    }
    '/tours/edit/$id': {
      id: '/tours/edit/$id'
      path: '/tours/edit/$id'
      fullPath: '/tours/edit/$id'
      preLoaderRoute: typeof ToursEditIdRouteImport
      parentRoute: typeof rootRouteImport
    }
  }
}

const rootRouteChildren: RootRouteChildren = {
  IndexRoute: IndexRoute,
  AuditRoute: AuditRoute,
  BookingsRoute: BookingsRoute,
  CommunityRoute: CommunityRoute,
  ContentRoute: ContentRoute,
  DocumentsRoute: DocumentsRoute,
  FlightsRoute: FlightsRoute,
  HotelsRoute: HotelsRoute,
  ImportsRoute: ImportsRoute,
  ItinerariesRoute: ItinerariesRoute,
  LoginRoute: LoginRoute,
  LoyaltyRoute: LoyaltyRoute,
  MasterTypesRoute: MasterTypesRoute,
  NotificationsRoute: NotificationsRoute,
  PaymentsRoute: PaymentsRoute,
  ReferralsRoute: ReferralsRoute,
  ReportsRoute: ReportsRoute,
  SettingsRoute: SettingsRoute,
  TourManagersRoute: TourManagersRoute,
  TransportRoute: TransportRoute,
  UsersRoute: UsersRoute,
  WishlistRoute: WishlistRoute,
  DestinationsIdRoute: DestinationsIdRoute,
  DestinationsNewRoute: DestinationsNewRoute,
  GuestsIdRoute: GuestsIdRoute,
  ToursIdRoute: ToursIdRoute,
  ToursNewRoute: ToursNewRoute,
  TripsIdRoute: TripsIdRoute,
  DestinationsIndexRoute: DestinationsIndexRoute,
  GuestsIndexRoute: GuestsIndexRoute,
  ToursIndexRoute: ToursIndexRoute,
  TripsIndexRoute: TripsIndexRoute,
  ToursEditIdRoute: ToursEditIdRoute,
}
export const routeTree = rootRouteImport
  ._addFileChildren(rootRouteChildren)
  ._addFileTypes<FileRouteTypes>()

import type { getRouter } from './router.tsx'
import type { startInstance } from './start.ts'
declare module '@tanstack/react-start' {
  interface Register {
    ssr: true
    router: Awaited<ReturnType<typeof getRouter>>
    config: Awaited<ReturnType<typeof startInstance.getOptions>>
  }
}
