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