import { RuntimeAPIContext } from '../useRuntimeAPI'; import { TraceDeclaration } from '@voiceflow/sdk-runtime'; export declare const StreamedAudio: (onAddChunk: (turnID: string, content: string) => void) => TraceDeclaration; //# sourceMappingURL=StreamedAudio.trace.d.ts.map