import { Router } from "@angular/router"; import * as i0 from "@angular/core"; export declare class NavigationService { private router; constructor(router: Router); navigateToLogin(): Promise; navigateToOffers(): Promise; navigateToOffersDetails(id: string): Promise; navigateToResetPassword(): Promise; navigateToPointOfSaleDetails(id: string): Promise; navigateToPointOfSale(): Promise; navigateToItems(): Promise; navigateToItemsDetails(id: string, posId: string): Promise; navigateToRules(): Promise; navigateToRulesManager(offerId?: string, offerName?: string): Promise; navigateToOfferFlow(): Promise; navigateToPayment(price: number): Promise; navigateToBillingRecords(): Promise; navigateToIntegrations(): Promise; navigateToOrders(): Promise; navigateToCustomers(): Promise; navigateToOrderStatus(orderId: string): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }