import { BuildEnvironment, CICD } from '../typing'; export default function getAppEnv(cicd: CICD): BuildEnvironment;