export declare class Environment { runtimeEnv: string; isBrowser: boolean; userAgent: string; isNode: boolean; nodeVersion: string; isCI: boolean; isTravis: boolean; isC9: boolean; constructor(); }