import type { Device, ChainId } from '@web3-onboard/common'; export declare const notNullish: (value: T) => value is T; export declare function getDeviceInfo(): Device; export declare function validEnsChain(chainId: ChainId): boolean; export declare function isSVG(str: string): boolean;