import { Program } from "../index.js";
export declare function initCommand(program: Program, folderPath: string): Promise<void>;
