export type Actor = (input: In) => void export type ActorP = (input: In) => Promise