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