// Copyright (c) Microsoft Corporation. All rights reserved.// Licensed under the MIT License.import { env as envImpl } from'./env-impl.js';
/**
* Represent a set of flags as a global singleton.
*/exportconst env = envImpl;
//# sourceMappingURL=env.js.map