/** * Workflow Generation and Triggering Utilities * * Static methods for managing GitHub Actions workflows: * - Generate workflow files from templates * - Trigger workflows via GitHub API */ export declare const WORKFLOW_VERSION = "2"; /** * Generate GitHub workflow files in the target repository */ export declare function generateWorkflows(rootDir: string): Promise; //# sourceMappingURL=workflows.d.ts.map