import type { InitOptions } from "./types";
export declare function initCommand(options?: InitOptions): Promise<void>;
