type ActorShift = (actorId: string) => unknown | Promise<unknown>;
export default ActorShift;
