/** * FINALIZE_WORKSPACE action - Commit, push, and create PR for workspace changes * * Completes a coding task by committing changes, pushing to remote, * and optionally creating a pull request. * * @module actions/finalize-workspace */ import type { Action } from "@elizaos/core"; export declare const finalizeWorkspaceAction: Action; //# sourceMappingURL=finalize-workspace.d.ts.map