export declare const AGENT_MUTATION_OPERATIONS: readonly ["agent.open", "agent.answer", "agent.events", "agent.close", "agent.checkpoint", "agent.feedback"]; export type AgentMutationOperation = (typeof AGENT_MUTATION_OPERATIONS)[number]; /** Hash the exact validated HTTP mutation identity before any durable write begins. */ export declare function agentRequestBindingHash(value: unknown): string; //# sourceMappingURL=request-binding.d.ts.map