export declare const isBrowser: () => boolean;
export declare const isTouchDevice: () => boolean;
