export declare class Environment { static serialize(): { [key: string]: string; }; static origin(): string; static transport(): string; static supportsPromises(): boolean; } export declare function isNodeEnv(): boolean; export declare function getGlobalObject(): T; //# sourceMappingURL=environment.d.ts.map