/** * Simple Set to track subagent session IDs. * Used to prevent notifications for background/subagent sessions. */ export declare const subagentSessions: Set;