import type { MemoizedFn } from 'memoize-one';
export declare const getBrowserInfo: MemoizedFn<() => {
    [key: string]: any;
}>;
