import { Journal } from "./journal.cjs";
import { Fixture, HandlerDefaults } from "./types.cjs";
import * as http$1 from "node:http";

//#region src/messages.d.ts

declare function handleMessages(req: http$1.IncomingMessage, res: http$1.ServerResponse, raw: string, fixtures: Fixture[], journal: Journal, defaults: HandlerDefaults, setCorsHeaders: (res: http$1.ServerResponse) => void): Promise<void>;
//#endregion
export { handleMessages };
//# sourceMappingURL=messages.d.cts.map