export interface VerifyManifestOptions { /** * Override compile-worker fingerprint drift. In CI, the PR body must contain * a `## Compile Drift Justification` heading. Pre-push (no open PR) requires * the `TOTEM_DRIFT_JUSTIFICATION` env var to be set non-empty — articulation * without validation, per Proposal 278 § Q3. */ allowCompileDrift?: boolean; } export declare function verifyManifestCommand(opts?: VerifyManifestOptions): Promise; //# sourceMappingURL=verify-manifest.d.ts.map