import type { StageId } from '../types/index.js'; import type { Stage } from './spec-types.js'; import type { VerifyStageInput, VerifyStageOutput, VerifyStageOptions } from './verify-types.js'; export declare class VerifyStage implements Stage { private readonly options; readonly stageId: StageId; private readonly now; constructor(options: VerifyStageOptions); execute(input: VerifyStageInput): Promise; private runCheck; private writeArtifact; } //# sourceMappingURL=verify-stage.d.ts.map