/** * Init Command Handler * * Handles argument parsing and config file loading for the init command. */ import type { ParsedArgs } from "../../shared/types.js"; /** * Handle the init command with argument parsing and config file support */ export declare function handleInitCommand(args: ParsedArgs): Promise; //# sourceMappingURL=handler.d.ts.map