import { Actor } from '../models'; import { ActorEvent } from '../types/actor-event.type'; export declare type ActorRef = Pick, 'send'>;