import { SpecData, SteeringStatus } from '../types.js'; export declare class SpecParser { private projectPath; constructor(projectPath: string); getAllSpecs(): Promise; getSpec(name: string): Promise; getProjectSteeringStatus(): Promise; private getPhaseStatus; private fileExists; } //# sourceMappingURL=parser.d.ts.map