- The ActionFunc type in CallKeyserverEndpointProvider is no longer used in that file anymore after the prior diff. It's only used in action-utils.js now, so I moved it there, and removed the export keyword.
- The ActionFunc type in keyserver-call.js is only used in that file, so I removed the export keyword.
Depends on D10684