InternalKeys$8

type InternalKeys$8 = keyof {
getSwarm: never;
};

Type representing keys to exclude from ISwarmConnectionService (internal methods). Used to filter out non-public methods like getSwarm in TSwarmConnectionService.