export declare function initProject(projectName: string, rosVersion: string, templateType?: "js" | "ts"): Promise<void>;
