export declare function isAutoApproved(toolName: string, options?: { unattended?: boolean; }): boolean; export declare const DENIED_TOOL_REASON = "Spawning a subagent is not available in this session. Do the work in this turn instead, asking for each tool you need."; /** Exported for tests. */ export declare function isAlwaysDenied(toolName: string): boolean; //# sourceMappingURL=approvals.d.ts.map