import type { StageId } from '../types/index.js'; import type { Stage } from './spec-types.js'; import type { DebuggingStageInput, DebuggingStageOutput, DebuggingStageOptions } from './debugging-types.js'; export declare class SystematicDebuggingStage implements Stage { private readonly options; readonly stageId: StageId; private readonly now; constructor(options: DebuggingStageOptions); execute(input: DebuggingStageInput): Promise; private debugIssue; private writeArtifact; } //# sourceMappingURL=debugging-stage.d.ts.map