import type { ApprovalGate } from '../../../core/llm/agent-loop.js'; import type { AgentSendOpts } from '../../../core/types.js'; export declare function buildPiApprovalGate(opts: AgentSendOpts | undefined, sessionId: string): ApprovalGate; //# sourceMappingURL=approval.d.ts.map