/** * aiws submodule-setup — set .gitmodules branch for each submodule * @param {{ cwd?: string, branch?: string }} opts */ export declare function wsSubmoduleSetupCommand({ cwd, branch }?: { cwd?: string; branch?: string; }): Promise;