import type { ComponentContext } from "../../../types/context";
import type { DeployConfigCloudRunService } from "../../types/googleCloudRun";
export declare const getServiceDeployScript: (context: ComponentContext, service: DeployConfigCloudRunService | true | undefined, nameSuffix?: string) => string;
export declare const getServiceDeleteScript: (context: ComponentContext, serviceSuffix?: string) => string[];