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