import type { Command } from 'commander'; import type { InitCommandContext } from './init/shared.js'; export type { InitCommandContext } from './init/shared.js'; export declare function createInitCommand(program: Command, ctx: InitCommandContext): void;