import { type SpecApproveVerifierPorts } from './spec-approve-ports.js'; import type { CommandIO, CommandResult } from './io.js'; /** * `cadence spec approve ` — run the convergent spec-review gate; * on pass mark APPROVED and leave the spec stage (SPEC→IDLE). */ export declare function specApproveService(repoRoot: string, args: { phase: string; num: string; allowSpecReviewFailure?: boolean; allowUiSpecReviewFailure?: boolean; }, io: CommandIO, ports?: Partial): Promise; //# sourceMappingURL=spec-approve.d.ts.map