import { Journal } from "./journal.js"; import { Fixture, HandlerDefaults } from "./types.js"; import http from "node:http"; //#region src/elevenlabs-audio.d.ts declare function handleElevenLabsAudio(req: http.IncomingMessage, res: http.ServerResponse, body: string, fixtures: Fixture[], defaults: HandlerDefaults, journal: Journal, subType: string): Promise; //# sourceMappingURL=elevenlabs-audio.d.ts.map //#endregion export { handleElevenLabsAudio }; //# sourceMappingURL=elevenlabs-audio.d.ts.map