/** * Init commands: init, new, config * * Project initialization and configuration commands. */ import type { Command } from 'commander'; /** * Register init commands with the program */ export declare function register(program: Command): void; //# sourceMappingURL=init.d.ts.map