/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ export interface Environment { connectionServerUrl: string | undefined; connectionRedirectUrl: string; } export declare const environmentContext: { __context__: Environment; }; //# sourceMappingURL=environment.d.ts.map