import { logger } from '@sonatel-os/juf-xpress-logger';
export const authentication: Authentication;
export const communication: Communication;
export const payment: Payment;
import Authentication from "./src/services/authenticationService.js";
import Communication from "./src/services/communicationService.js";
import Payment from "./src/services/paymentService.js";
export { logger };
