We need the ActionFunc and SingleKeyserverActionFunc types in CallKeyserverEndpointProvider, but this would currently lead to a import cycle.
It's actually fine some Flow can handle import cycles and the cycle is types-only, but in general it's good practice to avoid cycles.
To avoid the cycles, I'm moving these types to keyserver-conn-types.js.
Depends on D10692