export declare const env: Readonly<{ isCI: boolean; isJest: boolean; /** Whether this is one of the beachball repo's official release pipelines */ isBeachballAdoRelease: boolean | undefined; /** * @deprecated This should likely be replaced with a different strategy (it's never set) * but actually disabling all the caching e.g. whenever running in jest would cause major * test perf issues due to various methods being called too many times. Leaving it for now * because it makes it easy to find the places that are doing cachine. */ beachballDisableCache: boolean; workspaceToolsGitDebug: boolean; workspaceToolsGitMaxBuffer: number | undefined; /** @deprecated Use `options.npmReadConcurrency` */ npmConcurrency: number; }>; //# sourceMappingURL=env.d.ts.map