1export declare const Browser: {
2    isEdge: () => boolean;
3    isInternetExplorer: () => boolean;
4    isWebkit: () => boolean;
5};
6