export declare const hasValue: (value: any) => boolean; export declare function any(arg: any): any; export declare const isMobile: () => boolean; export declare const isDesktop: () => boolean; export declare const nanOrElse: (value: number, replacement: number | string | null | undefined) => any;