/** * init subcommand — Initialize .ai-eng/config.yaml with defaults. */ import type { Subcommand } from "./types"; export declare const initCommand: Subcommand;