import type { AuditState } from "../types/auditState.js"; export declare function buildManualReviewBlocker(): string; export declare function buildBlockedAuditState(params: { state: AuditState; obligationId: string | null; executor: string | null; blocker: string; }): AuditState; //# sourceMappingURL=envelope.d.ts.map