import type { Reporter } from '../output/reporter.js'; import type { CLIOptions } from '../args.js'; /** * Run the init command to scaffold warden configuration. */ export declare function runInit(options: CLIOptions, reporter: Reporter): Promise; //# sourceMappingURL=init.d.ts.map