import { InjectionToken } from '@angular/core';
export declare const WA_IS_IOS: InjectionToken<boolean>;
