import type { InitOptions } from '../types.js'; export default function initCmd(name: string, opts: InitOptions): Promise;