InternalKeys$b

type InternalKeys$b = keyof {
getAgent: never;
};

Type representing keys to exclude from IAgentConnectionService (internal methods). Used to filter out non-public methods like getAgent in TAgentConnectionService.