export declare class Browser {
    private static _IS_SAFARI;
    static readonly IS_SAFARI: () => boolean;
}
