import { Platform } from '../platform'; export declare function isMobile(plt: Platform): boolean; export declare function isTablet(plt: Platform): boolean; export declare function isDesktop(plt: Platform): boolean; export declare function isMac(plt: Platform): boolean; export declare function isWindows(plt: Platform): boolean; export declare function isLinux(plt: Platform): boolean; export declare function isAndroid(plt: Platform): boolean; export declare function isCordova(plt: Platform): boolean; export declare function isElectron(plt: Platform): boolean; export declare function isIos(plt: Platform): boolean; export declare function isSafari(plt: Platform): boolean; export declare function isWKWebView(plt: Platform): boolean; export declare function isIosUIWebView(plt: Platform): boolean;