import { CanActivate, Router } from '@angular/router'; import { CheckoutService } from '../services/checkout.service'; import { BehaviorSubject } from 'rxjs/internal/BehaviorSubject'; import * as i0 from "@angular/core"; export declare class PaymentGuardCheckout implements CanActivate { private checkoutService; private router; paymentStateBehavior: BehaviorSubject; paymentState: boolean; paymentLocalState: string; stepTwo: any; constructor(checkoutService: CheckoutService, router: Router); canActivate(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }