/** * aiws deliver — submodule + superproject commit, then finish * @param {{ cwd?: string, message?: string, changeId?: string }} opts */ export declare function wsDeliverCommand({ cwd, message, changeId }?: { cwd?: string; message?: string; changeId?: string; }): Promise;