import type { DeployJobDefinition } from "../../types";
import { type ComponentContext } from "../../types/context";
import type { CatladderJob } from "../../types/jobs";
export declare const DEPLOY_JOB_NAME = "\uD83D\uDE80 Deploy";
export declare const createDeployJob: (context: ComponentContext, jobDefinition: DeployJobDefinition) => CatladderJob;