type CurrentElement = HTMLElement | Element; export declare const $browserChecker: ($os: CurrentElement, $browser: CurrentElement) => void; export {};