import type { ComponentContext } from "../../../../types/context";
import type { DeployConfigCloudRunExecuteOnDeploy } from "../../../types/googleCloudRun";
export declare const getOnDeployExecuteScript: (context: ComponentContext, when: DeployConfigCloudRunExecuteOnDeploy["when"]) => string[];