import type { Pipeline } from "../types";
import { type Config } from "../types/config";
export declare const createMainPipeline: <T extends "gitlab">(pipelineType: T, config: Config) => Promise<Pipeline<T>>;