import { type Config } from "../../../../pipeline/src/index.js";
import type { Choice } from "./types";
export declare const writeDotEnvFiles: (config: Config, choice?: Choice) => Promise<void>;
