import type { CommitCommandArgs } from "./types"; /** * Execute the omp commit pipeline for staged changes. */ export declare function runCommitCommand(args: CommitCommandArgs): Promise;