/** Pure: extract `fidelity.modes` from a spec YAML string, or null if absent. */ export declare function extractFidelityModes(specYaml: string): string[] | null; /** Load `fidelity.modes` for a story from `/specs/story-.yaml`. */ export declare function loadFidelityModes(repoRoot: string, story: string): string[] | null; //# sourceMappingURL=spec-modes.d.ts.map