/** * Stream control actions — agents can go live, go offline, switch * destinations, speak via TTS, and manage overlay widgets. * * All actions hit the local Milady API (127.0.0.1:API_PORT). * * @module actions/stream-control */ import type { Action } from "@elizaos/core"; export declare const goLiveAction: Action; export declare const goOfflineAction: Action; export declare const setStreamDestinationAction: Action; export declare const speakOnStreamAction: Action; export declare const manageOverlayWidgetAction: Action; //# sourceMappingURL=stream-control.d.ts.map