export { runScenario, runTwilioScenario, type CallerAction, type CallerActionHangup, type CallerActionSilence, type CallerActionSpeak, type ConversationTurn, type RunScenarioOptions, type RunTwilioScenarioOptions, type Scenario, type ScenarioContext, type ScenarioDecide, type ScenarioReport, } from "./aiCaller"; export type { InboundAudioFrame, Transport } from "./transport"; export { twilioWsTransport, type TwilioWsTransportOptions, } from "./transports/twilioWs"; export { auraSpeak, type AuraSpeakOptions, type AuraTTSOptions } from "./auraTTS"; export { openDeepgramStt, type DeepgramSttEvents, type DeepgramSttOptions, type DeepgramSttSession, } from "./deepgramStt"; export { decideNextAction, type CallerLLMConfig, type CallerLLMDecision, } from "./llm"; export { decodeMulawBase64, decodeMulawSample, encodeMulawBase64, encodeMulawSample, frame20ms8k, resamplePcm, } from "./mulaw"; //# sourceMappingURL=index.d.ts.map