package actors import ( "github.com/filecoin-project/specs-actors/actors/builtin/cron" ) type CronActor = cron.Actor type CronActorState = cron.State