import { Journal } from "./journal.cjs";
import { Fixture, HandlerDefaults } from "./types.cjs";
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<void>;
//# sourceMappingURL=elevenlabs-audio.d.ts.map

//#endregion
export { handleElevenLabsAudio };
//# sourceMappingURL=elevenlabs-audio.d.cts.map