import { Environment, EnvGlobals } from './environment';
export declare function createBrowserEnvironment(): Environment;
export declare function getBrowserEnvironmentGlobals(): EnvGlobals;
