import type { StageId } from '../types/index.js'; import type { Stage } from './spec-types.js'; import type { CommercialAcceptanceStageInput, CommercialAcceptanceStageOutput, CommercialAcceptanceStageOptions } from './commercial-acceptance-types.js'; export declare class CommercialAcceptanceStage implements Stage { private readonly options; readonly stageId: StageId; private readonly now; constructor(options: CommercialAcceptanceStageOptions); execute(input: CommercialAcceptanceStageInput): Promise; private runCheck; private writeArtifact; } //# sourceMappingURL=commercial-acceptance-stage.d.ts.map