import type { Artifacts } from "../../types";
import type { ComponentContextWithBuild } from "../../types/context";
import type { CatladderJob } from "../../types/jobs";
export declare const createCustomTestJobs: (context: ComponentContextWithBuild) => CatladderJob[];
export type OptionalArtifacts = {
  artifacts: Artifacts;
} | undefined;