import type { Logger } from "../../services/logger/index.js";
import type { CliStep } from "../utils.js";
export declare const promptForOutdir: CliStep<{
    logger: Logger;
}, {
    /** Relative path to the output directory */
    outdir: string;
}>;
//# sourceMappingURL=prompt-for-outdir.d.ts.map