import { OnDestroy, OnInit } from '@angular/core'; import { User, UserService } from '@spartacus/core'; import { Observable, Subscription } from 'rxjs'; import { AsmComponentService } from '../services/asm-component.service'; import * as i0 from "@angular/core"; export declare class CustomerEmulationComponent implements OnInit, OnDestroy { protected asmComponentService: AsmComponentService; protected userService: UserService; customer: User; isCustomerEmulationSessionInProgress$: Observable; protected subscription: Subscription; constructor(asmComponentService: AsmComponentService, userService: UserService); ngOnInit(): void; logoutCustomer(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }