import { Options } from './get-stuff-from-env.cjs'; import '../../common-types.cjs'; declare const getGitEnv: (_opts?: Options) => Promise<{ gitBranch: string; gitCommitSHA: string; gitBranchDeploymentURL: string | null; productionDeploymentURL: string | null; }>; export { getGitEnv };