export * from './account.service'; import { AccountService } from './account.service'; export * from './basket.service'; import { BasketService } from './basket.service'; export * from './basketItem.service'; import { BasketItemService } from './basketItem.service'; export * from './checkout.service'; import { CheckoutService } from './checkout.service'; export * from './codeClaim.service'; import { CodeClaimService } from './codeClaim.service'; export * from './event.service'; import { EventService } from './event.service'; export * from './eventAttendee.service'; import { EventAttendeeService } from './eventAttendee.service'; export * from './eventGuest.service'; import { EventGuestService } from './eventGuest.service'; export * from './guestListMember.service'; import { GuestListMemberService } from './guestListMember.service'; export * from './home.service'; import { HomeService } from './home.service'; export * from './image.service'; import { ImageService } from './image.service'; export * from './order.service'; import { OrderService } from './order.service'; export * from './organisationEvent.service'; import { OrganisationEventService } from './organisationEvent.service'; export * from './organisationReservation.service'; import { OrganisationReservationService } from './organisationReservation.service'; export * from './reservation.service'; import { ReservationService } from './reservation.service'; export * from './reservationAttendee.service'; import { ReservationAttendeeService } from './reservationAttendee.service'; export * from './ticket.service'; import { TicketService } from './ticket.service'; export * from './userEvent.service'; import { UserEventService } from './userEvent.service'; export * from './userGuest.service'; import { UserGuestService } from './userGuest.service'; export * from './userGuestList.service'; import { UserGuestListService } from './userGuestList.service'; export * from './userPromo.service'; import { UserPromoService } from './userPromo.service'; export * from './userReservation.service'; import { UserReservationService } from './userReservation.service'; export * from './validate.service'; import { ValidateService } from './validate.service'; export declare const APIS: (typeof AccountService | typeof BasketService | typeof BasketItemService | typeof CheckoutService | typeof CodeClaimService | typeof EventService | typeof EventAttendeeService | typeof EventGuestService | typeof GuestListMemberService | typeof HomeService | typeof ImageService | typeof OrderService | typeof OrganisationEventService | typeof OrganisationReservationService | typeof ReservationService | typeof ReservationAttendeeService | typeof TicketService | typeof UserEventService | typeof UserGuestService | typeof UserGuestListService | typeof UserPromoService | typeof UserReservationService | typeof ValidateService)[];