import { EnvUtils, Environment } from './types'; export declare const isWeb: () => boolean; export declare const isDesktop: () => boolean; export declare const isNative: () => boolean; export declare const getEnvironment: () => Environment; export declare const getJWSPublicKey: () => string; export declare const getFirmwareReleaseJwsPublicKey: (useCodeSignKey: boolean) => string; export declare const envUtils: EnvUtils; //# sourceMappingURL=envUtils.d.ts.map