import { PaymentService } from './services/PaymentService';
declare const paymentService: PaymentService;
export { paymentService };
