import * as i0 from "@angular/core"; export declare class AcaMobileAppSwitcherService { redirectUrl: string; private dialogRef; private readonly config; private readonly dialog; get appStoreUrl(): string; get sessionTimeout(): number; getIPhoneRedirectUrl(url: string): string; getAndroidRedirectUrl(url: string): string; resolveExistenceOfDialog(): void; verifySessionExistsForDialog(): void; identifyBrowserAndSetRedirectURL(): void; openDialog(redirectUrl: string, appStoreUrl?: string): void; clearSessionExpireTime(): void; getCurrentUrl(): string; closeDialog(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }