import type { Rule } from '../types/workflow'; /** * Compiles a high-level Governance Rule into a GitHub Actions YAML string. */ export declare function compileRuleToYaml(rule: Rule): string; //# sourceMappingURL=workflow-compiler.d.ts.map