import { CanActivate, Router, UrlTree } from '@angular/router';
import { CheckoutFacade } from '@spartacus/checkout/root';
import { SemanticPathService } from '@spartacus/core';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class OrderConfirmationGuard implements CanActivate {
    private checkoutService;
    private router;
    private semanticPathService;
    constructor(checkoutService: CheckoutFacade, router: Router, semanticPathService: SemanticPathService);
    canActivate(): Observable<boolean | UrlTree>;
    static ɵfac: i0.ɵɵFactoryDeclaration<OrderConfirmationGuard, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<OrderConfirmationGuard>;
}
