export declare const subagentSessions: Set; export declare let mainSessionID: string | undefined; export declare function setMainSession(id: string | undefined): void; export declare function getMainSessionID(): string | undefined;