/** * MANAGE_ISSUES action - Create, list, update, and close GitHub issues * * Provides full issue lifecycle management through the CodingWorkspaceService. * Supports creating issues, listing issues, adding comments, closing, and reopening. * * @module actions/manage-issues */ import type { Action } from "@elizaos/core"; export declare const manageIssuesAction: Action; //# sourceMappingURL=manage-issues.d.ts.map