import { InjectionToken } from "@angular/core";
import { Browser } from "../definitions";
export declare const BROWSER: InjectionToken<Browser>;
