import { Command } from 'commander';
/**
 * Adds the init command to the program
 * @param program - The commander program
 */
export declare function initCommand(program: Command): void;
