/** * SWITCH_STREAM_SOURCE action — changes the content being captured and streamed. * * When triggered the action: * 1. Validates the requested sourceType against the allowed set * 2. Requires customUrl when sourceType is "custom-url" * 3. POSTs to the local API to apply the new stream source * * All stream-switching logic is handled server-side — this action is a * thin wrapper that validates inputs and forwards the request. * * @module actions/switch-stream-source */ import type { Action } from "@elizaos/core"; export declare const switchStreamSourceAction: Action; //# sourceMappingURL=switch-stream-source.d.ts.map