/** * aiws pull — git pull --ff-only + submodule sync * @param {{ cwd?: string }} opts */ export declare function wsPullCommand({ cwd }?: { cwd?: string; }): Promise;