import type { ProjectConfig } from "../types.js";
export declare function generateReproducibleCommand(config: ProjectConfig): string;
