/** * aiws push — submodule-aware push (submodules first, then superproject) * @param {{ cwd?: string, remote?: string }} opts */ export declare function wsPushCommand({ cwd, remote }?: { cwd?: string; remote?: string; }): Promise;