export type { Environment, EnvUtils } from './types'; export declare const isWeb: () => boolean, isDesktop: () => boolean, isNative: () => boolean, getEnvironment: () => import("./types").Environment, getUserAgent: () => string, isAndroid: () => boolean, isChromeOs: () => boolean, getBrowserVersion: () => string, getBrowserName: () => string, getCommitHash: () => string, getDeviceType: () => string | undefined, getOsVersion: () => Promise, getCpuArch: () => Promise, getSuiteVersion: () => string, isFirefox: () => boolean, getPlatform: () => string, getPlatformLanguages: () => readonly string[], getScreenWidth: () => number, getScreenHeight: () => number, getWindowWidth: () => number, getWindowHeight: () => number, getLocationOrigin: () => string, getLocationHostname: () => string, getProcessPlatform: () => string, isMacOs: () => boolean, isWindows: () => boolean, isIOs: () => boolean, isLinux: () => boolean, isCodesignBuild: () => boolean, getOsName: () => "" | "android" | "linux" | "windows" | "macos" | "chromeos" | "ios", getOsNameWeb: () => string | undefined, getOsFamily: () => "Windows" | "MacOS" | "Linux", getJWSPublicKey: () => string, getFirmwareReleaseJwsPublicKey: (useCodeSignKey: boolean) => string; export { resolveStaticPath, resolveConnectPath } from './resolveStaticPath'; //# sourceMappingURL=index.d.ts.map