import { EnvironmentSupport, OSType, RuntimeEnvironmentInfo, TargetEnvironment } from '../background/KoniTypes'; export declare const RuntimeInfo: RuntimeEnvironmentInfo; export declare const getOS: () => OSType; export declare const TARGET_ENV: TargetEnvironment; export declare const MODULE_SUPPORT: EnvironmentSupport;