import { Event, SendConfig } from '../interfaces'; export declare type ActorEvent = Event & SendConfig;