import type { ConfigArguments } from "./types/auto.js";
export default function main(): Promise<true | undefined>;
export declare function getConfigFromArgs(processArgs: string[]): ConfigArguments;
