/** * Workflow-related fixes for Factiii Pipeline plugin * Handles GitHub workflow generation, validation, and cleanup */ import type { Fix } from '../../../../types/index.js'; export declare const workflowFixes: Fix[]; //# sourceMappingURL=workflows.d.ts.map