/** * aiws commit — validate + commit * @param {{ cwd?: string, message?: string, allSubmodules?: boolean }} opts */ export declare function wsCommitCommand({ cwd, message, allSubmodules }?: { cwd?: string; message?: string; allSubmodules?: boolean; }): Promise;