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