import type { ComponentContext } from "../../../types/context";
import type { CatladderJob } from "../../../types/jobs";
export declare const createGoogleCloudRunDeployJobs: (context: ComponentContext) => CatladderJob[];