export * from './authorization.service'; import { AuthorizationService } from './authorization.service'; export * from './authorizationActions.service'; import { AuthorizationActionsService } from './authorizationActions.service'; export * from './block.service'; import { BlockService } from './block.service'; export * from './blockActions.service'; import { BlockActionsService } from './blockActions.service'; export * from './booking.service'; import { BookingService } from './booking.service'; export * from './group.service'; import { GroupService } from './group.service'; export * from './offer.service'; import { OfferService } from './offer.service'; export * from './paymentAccount.service'; import { PaymentAccountService } from './paymentAccount.service'; export * from './paymentAccountActions.service'; import { PaymentAccountActionsService } from './paymentAccountActions.service'; export * from './reservation.service'; import { ReservationService } from './reservation.service'; export * from './reservationActions.service'; import { ReservationActionsService } from './reservationActions.service'; export * from './types.service'; import { TypesService } from './types.service'; export declare const APIS: (typeof AuthorizationService | typeof AuthorizationActionsService | typeof BlockService | typeof BlockActionsService | typeof BookingService | typeof GroupService | typeof OfferService | typeof PaymentAccountService | typeof PaymentAccountActionsService | typeof ReservationService | typeof ReservationActionsService | typeof TypesService)[];