import type { StageId } from '../types/index.js'; import type { Stage } from './spec-types.js'; import type { ImplementStageInput, ImplementStageOutput, ImplementStageOptions } from './implement-types.js'; export declare class ImplementStage implements Stage { private readonly options; readonly stageId: StageId; private readonly now; constructor(options: ImplementStageOptions); execute(input: ImplementStageInput): Promise; private executeSubTask; private executeWorkPackage; private writeArtifact; } //# sourceMappingURL=implement-stage.d.ts.map