import type { DeployConfigCloudRun } from "../..";
import type { BuildConfig } from "../../../build/types";
import type { ComponentContext } from "../../../types/context";
import type { EnvironmentContext } from "../../../types/environmentContext";
export declare const getServiceName: (context: ComponentContext) => string | import("../../..").BashExpression;
export declare const getServiceNameForEnvContext: (context: EnvironmentContext<BuildConfig, DeployConfigCloudRun>) => string | import("../../..").BashExpression;