export default interface ActorProcessOptions {
    oneShot?: boolean;
    aliveMillis?: number;
    shiftable?: boolean;
}
