import { type StringOrBashExpression } from "../bash/BashExpression";
import type { PipelineType } from "../types";
import type { EnvConfigWithComponent } from "../types/config";
export declare const getReviewSlug: (envConfig: EnvConfigWithComponent, env: string, pipelineType?: PipelineType) => StringOrBashExpression | null;