import type { CommitCommandArgs } from "../../commit/types"; export declare function runAgenticCommit(args: CommitCommandArgs): Promise;