#!/usr/bin/env node
import { Config } from "./config.js";
export declare function runWithoutInteractivity(overrideConfig?: Config): void;
