import { LitElement } from 'lit'; import { Actor, AnyActorLogic, AnyActorRef } from 'xstate'; export declare const dispatchSpawn: (host: LitElement, eventType: string, logic: TLogic, onActor: (actor: Actor) => void) => void; export declare const handleLogic: (parentActor: TActor | undefined) => (e: Event) => void; //# sourceMappingURL=spawn-controller.d.ts.map