import { Journal } from "./journal.cjs"; import { Fixture, HandlerDefaults } from "./types.cjs"; import * as http$1 from "node:http"; //#region src/transcription.d.ts declare function handleTranscription(req: http$1.IncomingMessage, res: http$1.ServerResponse, raw: string, fixtures: Fixture[], journal: Journal, defaults: HandlerDefaults, setCorsHeaders: (res: http$1.ServerResponse) => void, endpointType?: "transcription" | "translation"): Promise; //# sourceMappingURL=transcription.d.ts.map //#endregion export { handleTranscription }; //# sourceMappingURL=transcription.d.cts.map