/** * Scrum Methodology Profile — Sprint-Based Execution with Type-Scoped Pipelines. * * 6 states, 2 containers (sprint, epic), 5 work item types with different DoR/DoD * per type via type-scoped pipeline overrides. Epics span sprints (no integrity rule). */ import type { MethodologyProfile } from './types.js'; export declare const SCRUM_PROFILE: MethodologyProfile; //# sourceMappingURL=scrum.d.ts.map