import type { ComponentContext } from "../../../types/context";
import type { DeployConfigCloudRunWorkerPool } from "../../types/googleCloudRun";
export declare const getWorkerPoolDeployScript: (context: ComponentContext, workerPool: DeployConfigCloudRunWorkerPool, nameSuffix: string) => string;
export declare const getWorkerPoolDeleteScript: (context: ComponentContext, workerPoolSuffix: string) => string[];