import { Command } from "commander"; interface InitOptions { git?: string; } export declare function moduleInitCommand(modulePath: string, options: InitOptions, fromProject?: boolean): Promise; export default function (): Command; export {};