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